mirror of
https://github.com/chevereto/docker.git
synced 2026-06-25 01:00:17 +02:00
1.7 KiB
1.7 KiB
Setup
- Click the Use this template button
A prompt like this will appear, we recommend using a private repo.
- Go to Secrets under Settings from your new repo
- Click on New repository secret
- Provide the following repository secrets:
| Key | Description |
|---|---|
| CHEVERETO_LICENSE | Chevereto license key (*) |
| REGISTRY_IMAGE | owner/chevereto-build |
| REGISTRY_LABEL | ghcr.io/owner, docker.io, quay.io |
| REGISTRY_PASSWORD | Registry password |
| REGISTRY_USERNAME | Registry username |
This repo uses RedHat Actions buildah-build, podman-login and push-to-registry.
Custom application
By default this repository uses your Chevereto license to download the latest Chevereto release. By adding the the following repository secrets you can use your own custom application:
| Key | Description |
|---|---|
| REPO_APP | owner/repo |
| REPO_APP_ACCESS_TOKEN | Personal Access Token for the repo above |
You can also put the contents of your custom Chevereto based application in the /chevereto folder before building the image.
Manual setup
Refer to the CONSOLE GUIDE.
