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.
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:af0e92ac4d0fc8d49e1c84f7abb282e9a82bdc0e5aff5f656987c6483bf50288 Vulnerability Report01-02-2025
20.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:a06e83a9f11d91a9ba108be99ed699791b159bd3a083b7842e3a111f70bc24e4 Vulnerability Report01-02-2025
22.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:939872ca5d27e53812e027ba0db0d027167260d499dbc0eb2d876abef5a26016 Vulnerability Report01-02-2025
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:8ed4aa0c63ad5b91b4e0f1e68c8c422dca73d5e557ad5350069850ab0e18184f Vulnerability Report01-02-2025
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:8360ed72130b86ad926d018f29e056c895339523619f2d45dd9be937defa0fa5 Vulnerability Report01-02-2025
20.04 docker pull icr.io/ibmz/buildpack-deps@sha256:5a225e1c51556874323d8db96c3502645394f1a34774ac8b422d382749e79992 Vulnerability Report01-02-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]