~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:7.2-20.04

Last commit made on 2021-12-14
Get this branch:
git clone -b 7.2-20.04 https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/grafana
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

aee5162... by Athos Ribeiro

Generate manifest to report installed deb packages

* LP: #1953697

Signed-off-by: Athos Ribeiro <email address hidden>

8d36a16... by Sergio Durigan Junior

Invoke curl with -H 'Snap-CDN: none'

This is needed in order to make the build pass on LP.

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

776507c... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

9839836... by Sergio Durigan Junior

Download arch-specific snap

When building the OCI image on non-amd64 architectures, we're not
downloading the proper snap for that arch. We need to specify the
architecture as one of the headers of the API request.

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

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:use-snap-architecture-20.04
ef305fe... by Sergio Durigan Junior

Update Dockerfile to use the 20.04 snap track when building grafana.

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

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:use-20.04-snap-track
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>