~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:8.1-21.10

Last commit made on 2021-12-14
Get this branch:
git clone -b 8.1-21.10 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

4bf4e68... by Athos Ribeiro

Generate manifest to report installed deb packages

* LP: #1953697

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

41d2f8f... 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>

6e05b85... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

1a1e4ff... by Sergio Durigan Junior

Update documentation

Reflect the bump to 21.10 and the new grafana version.

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

9fe8199... by Sergio Durigan Junior

Adjust Dockerfile for 21.10 + some cleanups

First of all, this commit contains the necessary adjustments in order
to deliver a 21.10 grafana OCI image.

Secondly, I took this opportunity to bring this Dockerfile up to the
standards used for our other Dockerfiles. A non-exhaustive list of
improvements:

- Consistently using TABs for indentation.

- Join the RUN statements (from the second image).

- Get rid of the "XXX" comment and join the "cp" command into the
  existing RUN statement.

This has been built & tested (using our unittest).

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

3902b0d... 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>

8ecb1fa... by Sergio Durigan Junior

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

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

6028bc9... by Sergio Durigan Junior

Update README.md

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

444a674... by Sergio Durigan Junior

Update Dockerfile to use hirsute, and grafana to 7.4.1

The grafana snap has been recently updated to 7.4.1, and we are now
using hirsute as the base for the images. This also updates the
data/grafana.yaml file, needed for the README templates.

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>