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:5e59450c9cf72aa218430c09e702ea789f07d3d707264d26dee31e08adbf74d6 Vulnerability Report11-22-2024
3.16.4 docker pull icr.io/ibmz/alpine@sha256:2d8c731acf155e22a532cbdc3176c41d7270abf2eb2420afebd5f5e14673133a Vulnerability Report11-22-2024
3.15.7 docker pull icr.io/ibmz/alpine@sha256:191e1b84441153ab0737682fb607af77d88b0ccadca6e23a7c668f31c54da972 Vulnerability Report11-22-2024
3.14.9 docker pull icr.io/ibmz/alpine@sha256:2557754b7d468dfc26bc9b20b210c3f05700c7e06454236ace8d4ff3b11ade0e Vulnerability Report11-22-2024
3.13.12 docker pull icr.io/ibmz/alpine@sha256:df0f0e6f5e3826c5cd6c877154cf498de7281ce5ce4542aab090df8c9ccf003c Vulnerability Report11-22-2024
3.12 docker pull icr.io/ibmz/alpine@sha256:a0291518386233d14097a51e413ebd01ae6bf3480dd95d4df84d5004ee868851 Vulnerability Report11-22-2024
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"]