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.5.1 docker pull icr.io/ibmz/grafana@sha256:a6ca65ca4d7dda5200e4c0541fac09e05b66e4f13ce1e694e4229cf447fc9927 Vulnerability Report02-24-2025
11.2.2 docker pull icr.io/ibmz/grafana@sha256:8e5e9ce6108bc908bbb1390b38a3ca2066892033ba34537b8b9a54ddb2932584 Vulnerability Report01-02-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