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-scm docker pull icr.io/ibmz/buildpack-deps@sha256:d5e15892a5165ad709f938e89c3ccdfb5520e516814e46f0f253e7225ca87079 Vulnerability Report10-29-2024
22.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:cbb6eb1daf3dc96c07ef9c145844f9f06e092333a1e1ea2adeee72d1d971ba35 Vulnerability Report10-29-2024
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:9a9e1749b02b86e88d22fa3ab0b93f12d373238311c35ff438c4eb2e6b59a478 Vulnerability Report10-29-2024
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:9316df0bdf8f232c385a8a8ed2bf3a36d88649d608b9f1202a7b46881696a145 Vulnerability Report10-29-2024
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:6d50c779ab6476cd0175f26452f61ed8b3a1a4a819f7583de809907c12b01940 Vulnerability Report10-29-2024
20.04 docker pull icr.io/ibmz/buildpack-deps@sha256:2ca7beb11211d26834dbed779244ce9602188f28674ec02b4ae1a2e02c99ddfc Vulnerability Report10-29-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]