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:a6bceeeaeb14049eeeea2f083bfe5b2058e418d64de25ef4d9fa2b2f7ef1c887 Vulnerability Report10-29-2024
3.16.4 docker pull icr.io/ibmz/alpine@sha256:25f605f1590d882693092489aa0fdf22a8d3588b2cd1a34ce4b38523bb6f7561 Vulnerability Report10-29-2024
3.15.7 docker pull icr.io/ibmz/alpine@sha256:b3aca2c5449ea477544d04b1c5ef374131d55044c5b351d25a586d0cda0486d1 Vulnerability Report10-29-2024
3.14.9 docker pull icr.io/ibmz/alpine@sha256:8c0fdd09dd0a10073524fa1baa2d0d449fe20b7387927b107a36cf37163ae7ed Vulnerability Report10-29-2024
3.13.12 docker pull icr.io/ibmz/alpine@sha256:8973be40cca14a0cc2fa8a1ada2a7a27bb10f8758255885c9a014f37317122cc Vulnerability Report10-29-2024
3.12 docker pull icr.io/ibmz/alpine@sha256:d961b21e410c392956fea0c049a1c86e76bce7023ea633eeb7da48bd447cf4dd Vulnerability Report10-29-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"]