viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

podman-registry: bad version of Registry used #183

Closed viccross closed 1 year ago

viccross commented 1 year ago

The version of Registry used was 2.6.2.5, from the ibmcom DockerHub.

When following the documented process for mirroring Cloud Pak for Data, errors were encountered on attempting to push the mirrored content to Registry. After tireless investigation by mon héros, it was found that the 2.6.2.5 version of Registry packaged with ESI caused the error. Using 2.8 from DockerHub's library repository works.

Update the build to use v2.8 of Docker Registry.