Return to Image List

registry

docker-registry

This image contains an implementation of the Docker Registry HTTP API V2 for use with Docker. See github.com/docker/distribution for more details about what it is.

See hub.docker.com/_/registry for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
2.8.1 docker pull icr.io/ibmz/registry@sha256:de50e0e8c99b1f58a1d76cd3e846f30d80bf94ce557ecde2d3222db234330649 Vulnerability Report03-18-2022
2.8.0 docker pull icr.io/ibmz/registry@sha256:9419170104b9a0f242c8ff3d5c0a6831c8ecaa2741a533768670305386846aee Vulnerability Report02-17-2022
2.7.0 docker pull icr.io/ibmz/registry@sha256:fd98b63aa71228c3ca71b42ddbcebb02bfdb77939b258d5caeb8cc03afba1764 Vulnerability Report12-17-2020
Version Pull String Security (IBM Cloud) Created

Usage Notes

Docker run:

docker run -d -p 5000:5000 --restart always --name registry icr.io/ibmz/registry:{version}
Now use this image within docker:

docker pull image

docker tag image localhost:5000/image

docker push localhost:5000/image