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.
20.04 docker pull icr.io/ibmz/buildpack-deps@sha256:efe46d0333a8b0c5898133ed2bd896d2c3bba31d20ebc400cf39068d93469525 Vulnerability Report07-22-2025
20.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:d7507789a9508dfc40362a1711ec28a221d7d622d0836b3bc5948041cb9b05c2 Vulnerability Report07-22-2025
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:93dcf1574017481e55f7c1571b7fada02728daac9953f3d4597fee15f80bdb45 Vulnerability Report07-22-2025
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:61c0b0c57a418571cd8b23633560c29be74cdd997554f0d296d27ca98d74161c Vulnerability Report07-22-2025
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:53c3d97303aaa909981ae088bde3b287ab6ca96b422a54d5ae97cd5ced07e1eb Vulnerability Report07-22-2025
22.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:1fcbeb8ae7ed1ebc01dd0aa6205b2e551e537ad4ca9d2231a148c55c43e6565f Vulnerability Report07-22-2025
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]