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:50264056d8c3b26e8750fde0a120df1e686d108d3d837193766d325b7f11a5a9 Vulnerability Report03-13-2023
3.16.4 docker pull icr.io/ibmz/alpine@sha256:c632b5f82ff5e94a82939e58efce2470ce42e0e535263bc4fb84066363d34c96 Vulnerability Report03-13-2023
3.15.7 docker pull icr.io/ibmz/alpine@sha256:a80f5d311d1a580bdf3837443d54a3d65e3e1a485791d0b6296859df4618bceb Vulnerability Report03-13-2023
3.14.9 docker pull icr.io/ibmz/alpine@sha256:255512507ad17e50822531cc55c9ff1ad87a21022ce622397912093d3f15b709 Vulnerability Report03-13-2023
3.13.12 docker pull icr.io/ibmz/alpine@sha256:d64ef7dd4b52d52ef69535b92eff05914abf6a4de4590aad02d4b91838d48f2c Vulnerability Report08-16-2022
3.12 docker pull icr.io/ibmz/alpine@sha256:6c3ce3d2feb6e1c35d80ac41d7e2b403a4f5230597ba1d169b52e27f81cb0f4f Vulnerability Report09-27-2023
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"]