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-curl docker pull icr.io/ibmz/buildpack-deps@sha256:ce3a3d1d2484d8abdadbf04715562e65d022a1fec7677a00a6f1dcf633c91edb Vulnerability Report11-22-2024
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:ba8c9626bb999d36a201c28e3972cb151a957db48313da75f417c4df5187b97b Vulnerability Report11-22-2024
20.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:9ff5da3691114540058de8894b6e9ce77e8278884e855c7a6b2bceb602e3a051 Vulnerability Report11-22-2024
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:9d1c032b8f2e418dc2eed92438f06e54568d09c80cc26fc06fb10c9fadfab892 Vulnerability Report11-22-2024
20.04 docker pull icr.io/ibmz/buildpack-deps@sha256:16eee38c3c4409921071a753b61c6563ab8affc5137f0acfa00e65ead6965806 Vulnerability Report11-22-2024
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:003f9aeb2710724f35c0ff83589070eb81f0605c9eba777cdea17145c6babc22 Vulnerability Report11-22-2024
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]