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.17.2 docker pull icr.io/ibmz/alpine@sha256:cb8eeda98bcf6a3d7254fba00fce869727cea004394ea6f8d69d0b3343f49024 Vulnerability Report07-22-2025
3.16.4 docker pull icr.io/ibmz/alpine@sha256:5c36c802ed73b3bba91e8fdfb454dc39cdf3b27fbb5a5b348aa99d6baeca0181 Vulnerability Report07-22-2025
3.15.7 docker pull icr.io/ibmz/alpine@sha256:68bb1e2baeaa6d244ae9e37d776ba618879a6f4e58543b6278a6b4951c39c4df Vulnerability Report07-22-2025
3.14.9 docker pull icr.io/ibmz/alpine@sha256:43e17c18a0dd46fe889113976a06e07d4e1551675d99fe24a1370493475241cb Vulnerability Report07-22-2025
3.13.12 docker pull icr.io/ibmz/alpine@sha256:a54d2e40abce2246f56fe916f2eb26429ea990484baba3fe3d14021c8102ebf2 Vulnerability Report07-22-2025
3.12 docker pull icr.io/ibmz/alpine@sha256:8435b66b394b14eefcadbc9128407b83e9a696df2989d4585296422c503ff891 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"]