Skip to content
Snippets Groups Projects
Commit a121d50c21a7 authored by Georges Racinet's avatar Georges Racinet :squid:
Browse files

registry-pull-etc: push to orus

We do not want to push all testing intermediate images to Docker Hub.
Pushing to registry.orus.io warms before the final version tagging and
the resulting tag is useful if for some reason the release process is
interrupted and has to be finished later on.
parent 3a8d67ffe402
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
DEFAULT_IMAGE_TAG = 'testing'
HEPTAPOD_REGISTRY_IMAGE_REPOSITORY = (
"registry.heptapod.net/heptapod/omnibus-heptapod")
TARGET_IMAGE_REPOSITORY = "docker.io/heptapod/heptapod"
TARGET_IMAGE_REPOSITORY = "registry.orus.io/heptapod-distribution/heptapod"
HEPTAPOD_DOCKER_DIR = os.path.dirname(__file__)
OMNIBUS_HEPTAPOD_SOURCE = 'https://foss.heptapod.net/heptapod/omnibus-heptapod'
OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.realpath(os.path.join(
......@@ -116,8 +116,6 @@
sys.exit(1)
target_image = image_tag(TARGET_IMAGE_REPOSITORY, cl_args.tag)
if cl_args.podman:
target_image = 'docker.io/' + target_image
omnibus_clone = cl_args.omnibus_clone
if omnibus_clone is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment