~rbarry/ubuntu-docker-images/+git/grafana:edge

Last commit made on 2021-09-29
Get this branch:
git clone -b edge https://git.launchpad.net/~rbarry/ubuntu-docker-images/+git/grafana
Only Ryan Barry can upload to this branch. If you are Ryan Barry please log in for upload directions.

Branch merges

Branch information

Recent commits

ad76b72... by Sergio Durigan Junior

Clean up branch

Signed-off-by: Sergio Durigan Junior <email address hidden>

6a0fb6f... by Sergio Durigan Junior

Dockerfile: Create manifest files to track security updates (LP: #1905052)

We're building grafana directly from the snap, so we can reuse the
manifest files from there according to what's described in
https://bugs.launchpad.net/ubuntu-docker-images/+bug/1905052.

Signed-off-by: Sergio Durigan Junior <email address hidden>

ca603bc... by Sergio Durigan Junior

Implement templating (LP: #1905286)

This commit implements templating support for the image. It:

- Moves the data from the templates.git repository here.

- Implements a Makefile that can be used to automatically generate the
  documentation (README.md, HACKING.md).

- Regenerates everything using the templates.

Signed-off-by: Sergio Durigan Junior <email address hidden>

e573a6c... by Sergio Durigan Junior

s/squeakywheel/ubuntu/g

We're releasing the images under the 'ubuntu' namespace.

Signed-off-by: Sergio Durigan Junior <email address hidden>

90fb422... by Sergio Durigan Junior

Update project URL

We've moved from https://launchpad.net/ubuntu-server-oci to
https://launchpad.net/ubuntu-docker-images, so we need to update all
READMEs accordingly.

Signed-off-by: Sergio Durigan Junior <email address hidden>

3e5d75f... by Sergio Durigan Junior

Set "TZ=UTC" (LP: #1904018)

This commit sets the environment variable TZ to the sane value "UTC".
In order to do that, we:

1) Set "ENV TZ UTC" at the beginning of the image declaration (usually
   right below the "FROM" statement).

2) Install the "tzdata" package, which is needed in order to make TZ
   work properly.

Signed-off-by: Sergio Durigan Junior <email address hidden>

8c9a408... by Lucas Kanashiro

README.md: change TZ value to UTC

adf39eb... by Valentin Viennot

text consistency

ba20ee8... by Valentin Viennot

move volumes to extra parameters

fb14828... by Valentin Viennot

port consistency