Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Image improvements #146

Merged
merged 18 commits into from
Apr 13, 2018
Merged

Image improvements #146

merged 18 commits into from
Apr 13, 2018

Commits on Mar 20, 2018

  1. First stab at a new docker image for Grafana.

    - chown removed
    - based on tar.gz instead of deb pkg
    - volumes for logs and config removed
    - gosu removed
    
    Related to #141
    xlson committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    f99b597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62edf50 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Log folder is owned by the default user.

    We don't write logs to disk by default,
    but for user that wish to do so it needs
    to be possible.
    xlson committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    7ac9c65 View commit details
    Browse the repository at this point in the history
  2. Updates docs.

    xlson committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    fbdd3cd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    1b7cf82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42f62f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Updated link to migration docs.

    xlson committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    3dd301d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into image-improvements

    * master:
      Fix permissions problem #141
    xlson committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    ef9f232 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Switches back to running as grafana:grafana with a pinned id.

    Adds functionality to easily pre-bake with custom plugins.
    DanCech authored and xlson committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    e2872ea View commit details
    Browse the repository at this point in the history
  2. Changes in response to reviews.

    - cleanup of mkdir
    - oneliner for downloading and extracting Grafana
    - envs moved from run.sh to Dockerfile
    xlson committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    bdfc434 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    3796995 View commit details
    Browse the repository at this point in the history
  2. Removes the last volume.

    Users should create their own volumes
    when they need to.
    xlson committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    515cc79 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Supports running as any user.

    xlson committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    db076d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    61f3782 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Merge remote-tracking branch 'origin/master' into image-improvements

    * origin/master:
      make a target docker repo an optional param
      Only pushes to the latest tag for releases.
      Add workdir to dockerfile
    xlson committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    dc7e754 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    766ad7d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Merge branch 'master' into image-improvements

    * master:
      Pass "$@" to grafana-server before 'cfg:' options
    xlson committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    f5da2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1710405 View commit details
    Browse the repository at this point in the history