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:98c5216eb5f8064b5299ddab20112afdaf20a23356a910e9ab2c3885c426374d Vulnerability Report01-02-2025
3.16.4 docker pull icr.io/ibmz/alpine@sha256:0b8024daaa26496459d30d30f977ec9af95fa5b3716575dca1d842174baa607e Vulnerability Report01-02-2025
3.15.7 docker pull icr.io/ibmz/alpine@sha256:4c0c67677604954e4fc47eedf2d3c6fac28fb7cd2180a04514a40f4d7c96cc06 Vulnerability Report01-02-2025
3.14.9 docker pull icr.io/ibmz/alpine@sha256:702bc47d0ef7836f5a583ded713efd6c3eaa23ae2e81de8a1a8062ba4cb4f890 Vulnerability Report01-02-2025
3.13.12 docker pull icr.io/ibmz/alpine@sha256:2c7a888daf2e10243b2c216b4ca7edb6047e5a115cccd0c453c60ec917c45255 Vulnerability Report01-02-2025
3.12 docker pull icr.io/ibmz/alpine@sha256:0d4a80bfb4e03d89359b396100b05bce06aa87a1e2ff2e4ac0a32809054f3f0a Vulnerability Report01-02-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"]