This commit is contained in:
Rodolfo Berrios
2021-06-10 16:55:58 -04:00
parent d6e1fbc6cf
commit 8577d7b0c8

View File

@@ -15,7 +15,7 @@ Do not publish the generated image to a public access registry as it contains yo
| Key | Description |
| ----------------- | ----------------------------------------------- |
| CHEVERETO_LICENSE | Chevereto license key |
| CHEVERETO_LICENSE | Chevereto license key (*) |
| REGISTRY_IMAGE | Image to be build (at), `owner/chevereto-build` |
| REGISTRY_LABEL | `ghcr.io/owner`, `docker.io`, `quay.io` |
| REGISTRY_PASSWORD | Password (registry access token) |
@@ -41,12 +41,13 @@ The build will be available at your target container registry.
## Manual setup
For custom application, put the contents in the `/chevereto` folder before building the image.
```sh
docker build -t tag . -f httpd-php.Dockerfile --build-arg CHEVERETO_LICENSE=<license>
```
For custom application, put the contents in the `/chevereto` folder before building the image.
## Updating
* Add the main template repository as remote `template`