topaztechnology/Build image

Build cross plaform images using QEMU and publish to configured Docker registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docker_contextThe path to the build context relative to the root of the repository, e.g. '.'yes
docker_fileThe path to the Dockerfile to build relative to the root of the repository, e.g. './Dockerfile'yes
image_nameThe name of the image to be published on the Docker registryyes
tag_prefixThe prefix to use for version tags, e.g. for v1.2.3 this would be 'v'yes
docker_pull_registryThe Docker registry to pull images from, e.g. 'docker.topaz.works'nodocker.topaz.works
docker_pull_usernameThe username to login to the docker_pull_registryno
docker_pull_tokenThe token to login to the docker_pull_registryno
docker_push_registryThe Docker registry to push images to, e.g. 'registry-1.docker.io'nodocker.io
docker_push_usernameThe username to login to the docker_push_registryyes
docker_push_tokenThe token to login to the docker_push_registryyes
docker_push_namespaceThe namespace to use for the image in the docker_push_registry, e.g. 'topaztechnology'notopaztechnology
namedescription
tagsThe tags that were pushed to the registry