grafana/packaging/docker
2021-12-02 17:54:16 +01:00
..
custom Image Renderer: update env variable in docs and custom Docker files (#36501) 2021-07-07 18:05:55 +02:00
build-enterprise.sh Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
build.sh Dockerfile: Bump Go and Alpine versions (#41922) 2021-11-19 18:59:24 +01:00
Dockerfile Dockerfile: Bump Go and Alpine versions (#41922) 2021-11-19 18:59:24 +01:00
push_to_docker_hub.sh Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
README.md Docker: Upgrade changelog v8.2.6 (#42677) 2021-12-02 17:54:16 +01:00
run.sh Plugins: Support installing to folders with whitespace and fix pluginUrl trailing and leading whitespace failures (#32506) 2021-04-27 16:30:59 +02:00
ubuntu.Dockerfile AccessControl: Add provisioning folder to the packaging process (#34398) 2021-05-20 09:41:39 +02:00

Grafana Docker image

This topic contains instructions for installing Grafana using the Docker image.

Run the Grafana Docker container

Start the Docker container by binding Grafana to external port 3000.

docker run -d --name=grafana -p 3000:3000 grafana/grafana

Try it out, default admin user credentials are admin/admin.

Further documentation can be found at http://docs.grafana.org/installation/docker/.

Changelog

v8.3.0-beta2

v8.2.6

v7.3.0-beta1

v7.0.0-beta3

  • Our Alpine based images have been upgraded to Alpine 3.11

v7.0.0-beta1

  • Our Ubuntu based images have been upgraded to Ubuntu 20.04 LTS

v6.5.0-beta1

  • Build and publish an additional Ubuntu based docker image. #20196, @aknuds1
  • Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues. #19798, @aknuds1
  • Add additional glibc dependencies to support certain backend plugins in alpine. #20214, @briangann

v6.4.0-beta1

  • Switched base image from Ubuntu:18.04 to Alpine:3.10.

v6.3.0-beta2

  • Switched base image from Ubuntu:latest to Ubuntu:18.04.

v6.3.0-beta1

  • Switched base image to Ubuntu:latest from Debian:stretch to avoid security issues.

v5.4.3

  • Added ability to build and publish Docker images for armv7 and arm64, #14617, thx @johanneswuerbach.

v5.3.2

  • Added Curl back into the Docker image for utility, #13794.

v5.3.0-beta1

  • Made it possible to set a specific plugin URL, #12861, thx ClementGautier.

v5.1.5, v5.2.0-beta2

  • Fixed: config keys ending with _FILE are not respected #170.

v5.2.0-beta1

  • Added support for Docker secrets.

v5.1.0

  • Major restructuring of the container.
  • Removed usage of chown.
  • Fixed file permissions incompatibility with previous versions.
    • user id changed from 104 to 472.
    • group id changed from 107 to 472.
  • Runs as the Grafana user by default (instead of root).
  • Removed all default volumes.

v4.2.0

  • Plugins are now installed into ${GF_PATHS_PLUGINS}.
  • Building the container now requires a full URL to the Debian package instead of just the version.
  • Fixed bug caused by installing multiple plugins.

v4.0.0-beta2

  • Plugins dir (/var/lib/grafana/plugins) is no longer a separate volume.

v3.1.1