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.
10.3.1 docker pull icr.io/ibmz/grafana@sha256:b14a09be80766c325219a14f6c3f68b6c4be011bec927e34f05b3c503ee874e9 Vulnerability Report04-30-2024
10.2.2 docker pull icr.io/ibmz/grafana@sha256:0e904f67213347772144d4ff6949cb5162a6d6ff6ed2a4eb7fcd5f984e000787 Vulnerability Report04-30-2024
9.5.1 docker pull icr.io/ibmz/grafana@sha256:2702bf832466aef79a02868dca1ad1d3437561eeafb381a725b939ed2b6899d1 Vulnerability Report04-30-2024
9.2.5 docker pull icr.io/ibmz/grafana@sha256:f489574afa57def1dff41cb4fae3a3b6121b45156bd8b821b9af0c67652aede0 Vulnerability Report04-30-2024
9.1.1 docker pull icr.io/ibmz/grafana@sha256:6b2d4bb4e02ea0156a8793a8ba13c7cd274afa5d619c3e6118f490ddf4bb9226 Vulnerability Report04-30-2024
8.2.3 docker pull icr.io/ibmz/grafana@sha256:b4a74076ae1b859cf0164520ccb341cc77d136ada27bcbe6cb23f32a87a5aad4 Vulnerability Report04-30-2024
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