Return to Image List

buildpack-deps

Buildpack-deps

In spirit, buildpack-deps is similar to Heroku's stack images. It includes a large number of "development header" packages needed by various things like Ruby Gems, PyPI modules, etc. For example, buildpack-deps would let you do a bundle install in an arbitrary application directory without knowing beforehand that ssl.h is required to build a dependent module.

See debian.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.
noble docker pull icr.io/ibmz/buildpack-deps@sha256:bc9b7ba787336e10a98357ef9c9e271dbd008e275ab327b3ce889ed8b37d844d Vulnerability Report06-10-2026
trixie docker pull icr.io/ibmz/buildpack-deps@sha256:7f85411ca3fea33f710b24afad4a3382aa0e0e8d318a9be69cb9888b7bfbcb58 Vulnerability Report01-15-2026
25.10 docker pull icr.io/ibmz/buildpack-deps@sha256:7a6a89c5b0e16a23b07d7ae818e5489c58750c8d8cf643a87635fee4dd824020 Vulnerability Report05-28-2026
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

FROM icr.io/ibmz/buildpack-deps:[version]

docker run:

docker run -it --name bpdeps icr.io/ibmz/buildpack-deps:[version]