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.2.2 |
docker pull icr.io/ibmz/grafana@sha256:0053f2b52851a782b174128c1dd4e4b7f582a2f8a429d8ff65ae643429fb054a |
Vulnerability Report | 11-07-2024 | 11.1.0 |
docker pull icr.io/ibmz/grafana@sha256:b0319e131cc39913ca25075df1f9804755e5528a44fffa57161c6fb7a52709ef |
Vulnerability Report | 10-29-2024 | 10.3.4 |
docker pull icr.io/ibmz/grafana@sha256:61acec3c5c80e991b4192f9749e409d76e0d0e04bfaf0e8741d471a025602316 |
Vulnerability Report | 10-29-2024 | 10.3.1 |
docker pull icr.io/ibmz/grafana@sha256:aaf49b1f2b979620089c5cd6a015ae7037c6730899ccf71f993fe92104c3584c |
Vulnerability Report | 10-29-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