mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 17:36:38 +02:00
remarks
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user