Skip to content

Commit

Permalink
Update the registry used for Skopeo CI to 2.8.1
Browse files Browse the repository at this point in the history
... primarily so that it accepts OCI-formatted images.

Proof of concept, as well as other updates necessary
to work with that registry version, are in
containers/image#1574 .

See See containers/skopeo#1673
for more context.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Jun 13, 2022
1 parent cd4d809 commit 36d258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skopeo_cidev/Containerfile
Expand Up @@ -12,7 +12,7 @@ RUN dnf -y update && \
dnf clean all

ENV REG_REPO="https://github.com/docker/distribution.git" \
REG_COMMIT="47a064d4195a9b56133891bbb13620c3ac83a827" \
REG_COMMIT="b5ca020cfbe998e5af3457fda087444cf5116496" \
REG_COMMIT_SCHEMA1="ec87e9b6971d831f0eff752ddb54fb64693e51cd" \
OSO_REPO="https://github.com/openshift/origin.git" \
OSO_TAG="v1.5.0-alpha.3"
Expand Down

0 comments on commit 36d258b

Please sign in to comment.