Files
Docker-Chevereto/README.md
Rodolfo Berrios 9c4d8b6eaa rudy cares
2021-06-03 14:51:37 -04:00

1.3 KiB

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

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