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:455ecfa846d65bcd2e1b4039b2a998eb6fc65f9bcc1f81c3f9d194d6e024db9f Vulnerability Report10-04-2024
3.16.4 docker pull icr.io/ibmz/alpine@sha256:fea891102ff5d54b56deaacc48bef45699fad9eb711dd30a67208a85554ed4af Vulnerability Report10-04-2024
3.15.7 docker pull icr.io/ibmz/alpine@sha256:1bf5dbbe72895f60dd686240e5c3e03177361a1fac0ab332ae6d0886494d9248 Vulnerability Report10-04-2024
3.14.9 docker pull icr.io/ibmz/alpine@sha256:42c542acf3e360ed8ba222e924470c9053267ef87833b0f468a128d52aa1078c Vulnerability Report10-04-2024
3.13.12 docker pull icr.io/ibmz/alpine@sha256:0c737652d121296e0510e6583ee237af6a44f96959d0a458ba6e0ecdbfe40eb1 Vulnerability Report10-04-2024
3.12 docker pull icr.io/ibmz/alpine@sha256:484a1d0dee58271b83f1b910ae986aa157ccc2a92932943b9ec30edb07080f48 Vulnerability Report10-04-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"]