Ecosystem Catalog Detail Pages

Certain detail pages will 404 due to API issues.View details

Grafana

rhel8/grafana
Standalone image
Single-stream repository
Red Hat
9-1766124289latest9
Overview

Description

Grafana container

Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, InfluxDB and Performance Co-Pilot.

Usage with podman (RHEL 8)

$ podman run -d \
    --name grafana \
    -p 3000:3000 \
    -v grafana-data:/var/lib/grafana \
    registry.redhat.io/rhel8/grafana

Usage with docker (RHEL 7)

$ docker run -d \
    --name grafana \
    -p 3000:3000 \
    -v grafana-data:/var/lib/grafana \
    registry.redhat.io/rhel8/grafana

Environment Variables

GF_INSTALL_PLUGINS

Default: unset.

Comma-separated list of Grafana plugins to install. To install plugins from a different source, use the following format: GF_INSTALL_PLUGINS=<url to plugin zip>;<plugin name>

Volumes

/var/lib/grafana

Grafana data directory. Contains the default SQLite database with the configured dashboards and settings, and installed 3rd party plugins.

Ports

3000/tcp

The integrated web server listens on this port and serves the Grafana web application.

Documentation

https://grafana.com/docs/grafana/

Products using this container

Published

Generally Available

Size

189.5 MB

(563.8 MB uncompressed)

Digest

SecurityTechnical information

General information

The following information was extracted from the containerfile and other sources.

SummaryGrafana is an open source, feature rich metrics dashboard and graph editor
DescriptionGrafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, InfluxDB and Performance Co-Pilot.
ProviderRed Hat
MaintainerGrafana Maintainers <grafana-maint@redhat.com>

Technical information

The following information was extracted from the containerfile and other sources.

Repository namerhel8/grafana
Image version9
Architectureamd64
Usagepodman run -d --name grafana -p 3000:3000 -v grafana-data:/var/lib/grafana registry.redhat.io/rhel8/grafana
Exposed ports3000:grafana
PackagesContainerfileGet this image
Terms & conditionsBefore downloading or using this Container, you must agree to the Red Hat subscription agreement located at redhat.com/licenses. If you do not agree with these terms, do not download or use the Container. If you have an existing Red Hat Enterprise Agreement (or other negotiated agreement with Red Hat) with terms that govern subscription services associated with Containers, then your existing agreement will control.
Using registry tokens

Use the following instructions to get images from a Red Hat container registry using registry service account tokens. You will need to create a registry service account to use prior to completing any of the following tasks.

Using OpenShift secrets

First, you will need to add a reference to the appropriate secret and repository to your Kubernetes pod configuration via an imagePullSecrets field.

Then, use the following from the command line or from the OpenShift Dashboard GUI interface.

Using podman login

Use the following command(s) from a system with podman installed

Using docker login

Use the following command(s) from a system with docker service installed and running

Using Red Hat login

Use the following instructions to get images from a Red Hat container registry using your Red Hat login.

Using OpenShift

For best practices, it is recommended to use registry tokens when pulling content for OpenShift deployments.

Using podman login

Use the following command(s) from a system with podman installed

Using docker login

Use the following command(s) from a system with docker service installed and running

Get the source

Getting source containers

Source code is available for all Red Hat UBI-based images in the form of downloadable containers. Here are a few things you should know about Red Hat source containers.

  • Although they are packaged as containers, source containers cannot be run. So instead of using podman pull to get them to your system, use the skopeo command.
  • Source containers are named based on the binary containers they represent. So, for example, to get the source container for a particular standard RHEL UBI 8 container (registry.access.redhat.com/ubi8/ubi8.1-397) you simply append -source to get the source code container for that image (registry.access.redhat.com/ubi8/ubi8.1-397-source).
  • The skopeo command is recommended for getting source containers. With skopeo, you copy a source container to a directory on your local system for you to examine.
  • Once a source container is copied to a local directory, you can use a combination of tar,gzip, and rpm commands to work with that content.

Step one

Use skopeo to copy the source image to a local directory

Step two

Inspect the image

Step three

Untar the contents

Step four

Begin examining and using the content.

Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat