Marcus Efraimsson 4d96bc590f Docker: Upgrade packages to resolve reported vulnerabilities (#19188) vor 6 Jahren
..
custom 99a9dbb04f build: complete docker build for master and releases. vor 7 Jahren
Dockerfile 4d96bc590f Docker: Upgrade packages to resolve reported vulnerabilities (#19188) vor 6 Jahren
README.md 302a1f06bc Docker: switch docker image to alpine base with phantomjs support (#18468) vor 6 Jahren
build-deploy.sh c22ef628f3 build: removes curl install from build. vor 7 Jahren
build-enterprise.sh 9a771555f3 build: update latest when pushing docker. vor 7 Jahren
build.sh 302a1f06bc Docker: switch docker image to alpine base with phantomjs support (#18468) vor 6 Jahren
deploy_to_k8s.sh 580e2c36d1 build: imported latest changes from grafana-docker. vor 7 Jahren
push_to_docker_hub.sh c9f7e3059f Fix failing end to end tests job for release (#18323) vor 6 Jahren
run.sh 438f7d0332 build: refactoring. vor 7 Jahren

README.md

Grafana Docker image

Running your Grafana container

Start your container binding the external port 3000.

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

Try it out, default admin user is admin/admin.

How to use the container

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

Changelog

v6.4.0-pre1

  • Switch base image from ubuntu:18.04 to alpine:3.10

v6.3.0-beta2

  • Switch base image from ubuntu:latest to ubuntu:18.04

v6.3.0-beta1

  • Switch base image to ubuntu:latest from debian:stretch to avoid security issues.

v5.4.3

v5.3.2

  • adds curl back into the docker image for utility. #13794

v5.3.0-beta1

  • Make it possible to set a specific plugin url #12861, thx ClementGautier

v5.1.5, v5.2.0-beta2

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

v5.2.0-beta1

  • Support for Docker Secrets

v5.1.0

  • Major restructuring of the container
  • Usage of chown removed
  • 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)
  • All default volumes removed

v4.2.0

  • Plugins are now installed into ${GF_PATHS_PLUGINS}
  • Building the container now requires a full url to the deb package instead of just version
  • Fixes 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