Return to Image List

grafana

grafana

Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources. Grafana Enterprise version with additional capabilities is also available. It is expandable through a plug-in system. End users can create complex monitoring dashboards using interactive query builders.

See grafana.com 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.
11.6.2 docker pull icr.io/ibmz/grafana@sha256:d0876b5c7c802424114469b909a99807b45d382e01b09c0496be0a061fd96590 Vulnerability Report07-31-2025
12.0.1 docker pull icr.io/ibmz/grafana@sha256:48e124e3bc91afe9f484a1e086c0fb0d05b9dbed6de3a95d40c598fb8211f38e Vulnerability Report07-22-2025
12.0.2 docker pull icr.io/ibmz/grafana@sha256:17f622cb637f33f97b91ce36a8c255fc0a3ecffdf6e34a44b4bbcaa3cfd0cc0c Vulnerability Report07-29-2025
12.0.2-security01 docker pull icr.io/ibmz/grafana@sha256:0d9ebf420f1e27bea5b3885113cdda7dbdd281bf0c2bbe33d5a9ff2df5665f77 Vulnerability Report07-29-2025
12.0 docker pull icr.io/ibmz/grafana@sha256:08d4a6f709110a67856ce112cf7df993ba8bf0750ab4ba8b76f8c397dfdd082b Vulnerability Report07-22-2025
Version Pull String Security (IBM Cloud) Created

Usage Notes

Exposed Ports: 3000

Start your container binding the external port 3000. Replace the {grafana-port} with the desired port that the grafana should be accessible at.

docker run -d --name grafana -p {grafana-port}:3000 icr.io/ibmz/grafana:{tag}

Further documentation can be found at Grafana.com