~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:9.2-22.04

Last commit made on 2022-10-20
Get this branch:
git clone -b 9.2-22.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

2c1cf62... by Ryan Barry

Build from `edge` instead, update the readme

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>