mirror of
https://github.com/chevereto/docker.git
synced 2026-07-07 10:03:41 +02:00
03decbd798ba95fcf2e378edb7e7bba411f98448
docker-builder
Dockerfile template project for building and distributing container images for Chevereto (ahead) releases.
Instructions
GitHub
- 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.
- Go to "Actions"
- Run the workflow for the target image
Languages
Shell
52.3%
Makefile
34.1%
Dockerfile
12.7%
HCL
0.9%