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:e0e9ea508e15593efcc2f1351ae129ac4b648a656604a28359de0649e895001d Vulnerability Report10-04-2024
22.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:ca1bce04b7aeeb1826bfb119d95a656d75c36a7583e1a8ea80713d697a250fb1 Vulnerability Report10-04-2024
20.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:a5cca28eb506e4fc82dfb31579c180a5ac5272bcdbcf44ed767ad94ba8f2bc00 Vulnerability Report10-04-2024
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:95b2adacceda1c1e4f34c5f0f49bd002a5f3d5fe3152427d4fe274f8bcd41c34 Vulnerability Report10-04-2024
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:70ba00d93b61797173b099af0ea7884644e4099ab64ad1e76932e9e98e888a3d Vulnerability Report10-04-2024
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:428ff2193ab9c2de3d039ec2588e704b6e976459ebfac9de57404c23faa0d17f Vulnerability Report10-04-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]