Return to Image List

prometheus

prometheus

Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. To emphasize this, and to clarify the project's governance structure, Prometheus joined the Cloud Native Computing Foundation in 2016 as the second hosted project, after Kubernetes.

See the official website 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.
2.36.0 docker pull icr.io/ibmz/prometheus@sha256:f81aea7a74b8d256bbc58c4b32c4d1e53bda75884c92a1e4fc2959e41f064594 Vulnerability Report04-30-2024
2.35.0 docker pull icr.io/ibmz/prometheus@sha256:4d975059664fd4c3c7d7c724289c934840e9442fb2b413d3de54b5e472e6a984 Vulnerability Report04-30-2024
2.34.0 docker pull icr.io/ibmz/prometheus@sha256:36922f78d4d5a20c66ffbfadf3fb952340c86c59916ed1082768ce47a1f9f500 Vulnerability Report04-30-2024
2.33.3 docker pull icr.io/ibmz/prometheus@sha256:d164c859ee27a3e1431ba7beef3924f28dd5fcc800fad50f9096119bae9071a4 Vulnerability Report04-30-2024
2.30.3 docker pull icr.io/ibmz/prometheus@sha256:98ecce55eda0c68fe0e6820b8968b7d5dbc500181818cd0907d2b83611f6da3f Vulnerability Report04-30-2024
Version Pull String Security (IBM Cloud) Created

Usage Notes

Exposed Ports: 9090

Create user defined network:

docker network create somenetwork

Run Prometheus:

docker run --name prometheus --network somenetwork -p 9090:9090 -d icr.io/ibmz/prometheus:[version]