mirror of
https://github.com/chevereto/docker.git
synced 2026-02-23 14:40:43 +01:00
ee676f2ffd265d6bf5402f3e5a31ea492b0f57b5
docker-builder
Dockerfile template project for building and distributing container images for Chevereto (ahead) releases.
Note
Do not publish the generated image to a public access registry as it contains your licensed installation files (including your key).
🧐 Handle it with care or your license details could be stolen.
Instructions
GitHub Setup
- Click the Use this template button
- Provide the following repository secrets
| Key | Description |
|---|---|
| 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) |
| REGISTRY_USERNAME | Username for container registry |
This repo uses RedHat Actions buildah-build, podman-login and push-to-registry.
Creating Builds
- Go to "Actions"
- Run the workflow accordingly the wanted image
Languages
Shell
52.3%
Makefile
34.1%
Dockerfile
12.7%
HCL
0.9%