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.
3.0 docker pull icr.io/ibmz/registry@sha256:266f23a1027611c2d33e6b4939fe0ec33dc31a789d21e1ba86cc31b4e5408a1e Vulnerability Report01-06-2026
2.8.1 docker pull icr.io/ibmz/registry@sha256:5fdb83b79122b485485aee23734799908304c32c2b66d17fb868d8e69bd74891 Vulnerability Report01-07-2026
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