Return to Image List

alpine

alpine

Alpine Linux is a Linux distribution. It is built around musl-libc and Busybox. The image is only 5 MB in size and has access to a Package Repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications.

See alpinelinux.org 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.22.1 docker pull icr.io/ibmz/alpine@sha256:47f30c427e69fa616ff558681786035e4a2135c080cd69815caf1ed531c2ecaa Vulnerability Report08-18-2025
3.21.4 docker pull icr.io/ibmz/alpine@sha256:a048e50e91a52c8b09316377b35dad31300551529c300bc21c9aa62eefa971b9 Vulnerability Report08-18-2025
3.20.3 docker pull icr.io/ibmz/alpine@sha256:ec37dd814b40045ca525963f584817d72097b21c017e7df13bba0b49e078c171 Vulnerability Report07-22-2025
3.20.1 docker pull icr.io/ibmz/alpine@sha256:98cf548cc35b1c29f0391660e09b1d6fe9338510aa83daa3dffaecf8f8dffa04 Vulnerability Report07-22-2025
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

FROM icr.io/ibmz/alpine:[version]
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]