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:ef430b856562518920d8d0a61167ff80562dd6a18de5ccbd4972168ba5194980 Vulnerability Report04-30-2024
22.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:c8ab6d808f02d2d6b58b604229df44e2875cb06fa02b23c5e212adaeef191157 Vulnerability Report04-30-2024
bullseye docker pull icr.io/ibmz/buildpack-deps@sha256:c4eec9dc33ce45eef8d1dde736d391453fedb17ddb58cef00e8ccb87ef6df48e Vulnerability Report04-30-2024
20.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:b8d3ffd4266cc6daa6851646d56c8ae079693a6de5606bc42a4815347628fe27 Vulnerability Report04-30-2024
18.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:b8ba09a01c5383e3a29cf4fda6b579664540e2f642786c3c53a1e1e51c6e5bf3 Vulnerability Report04-30-2024
18.04 docker pull icr.io/ibmz/buildpack-deps@sha256:96fea92d2d29f069d2d52f17a11acbbc8ec9cb98904ea198882c1d9767c6e4db Vulnerability Report04-30-2024
20.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:7cf8a3e4d1e9576645ac89810a5d98f0d7d3d17011b2947c9c74e0f29c663d3f Vulnerability Report04-30-2024
bullseye-scm docker pull icr.io/ibmz/buildpack-deps@sha256:66d69269d4f9c937dc9f70240cc7a2b9815da2ca7bae98e970dfe273b57a7907 Vulnerability Report04-30-2024
18.04-scm docker pull icr.io/ibmz/buildpack-deps@sha256:3a7e9e4d361059a8912b1e0cc8f80cb474d160c09dd942dd091e344a962fcb17 Vulnerability Report04-30-2024
22.04-curl docker pull icr.io/ibmz/buildpack-deps@sha256:2e83f4c931ded2f319b655a283cd0c9ed6bae2b36485876c175859ce29a8a994 Vulnerability Report04-30-2024
bullseye-curl docker pull icr.io/ibmz/buildpack-deps@sha256:1f812824e8789eb01c68d10f9709258b25d657cd0c82f717a9cdbb0eec522d91 Vulnerability Report04-30-2024
22.04 docker pull icr.io/ibmz/buildpack-deps@sha256:1aadbc3d0e65ec8e09c63189c85dd8d02da0c1fb6168dddc38679c18d775fad5 Vulnerability Report04-30-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]