~sergiodj/ubuntu-docker-images/+git/grafana:8.2-22.04

Last commit made on 2022-03-16
Get this branch:
git clone -b 8.2-22.04 https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/grafana
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Recent commits

d4b5640... by Sergio Durigan Junior

Update grafana image to Jammy

The major change here is that we will start using the 'rock' snap
track.

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

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>