Switching the hosted registry

This commit is contained in:
James Jones
2023-01-04 19:28:52 -05:00
parent 8a0c474e69
commit 268e952c72
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
FROM quay.io/podman/stable:latest
ARG ARTIFACTORY
FROM ${ARTIFACTORY}/podman/stable:latest
# Adding on the docker alias, docker-compose and other useful stuff
RUN dnf install -y podman-docker buildah skopeo docker-compose \