Merge ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:7.4-21.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:edge

Proposed by Sergio Durigan Junior
Status: Merged
Merge reported by: Sergio Durigan Junior
Merged at revision: 444a6747ca8005e7a944b1a6870caccb752a7871
Proposed branch: ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:7.4-21.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/grafana:edge
Diff against target: 37 lines (+4/-4)
2 files modified
Dockerfile (+2/-2)
data/grafana.yaml (+2/-2)
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Canonical Server Pending
Review via email: mp+398404@code.launchpad.net

Description of the change

This updates grafana to 7.4.1 and the base image to hirsute.

Tested with our unit tests. I've also set up a docker container with the image and made sure that I could access the site and view everything there.

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Diff updated to include the "data/" update.

Revision history for this message
Bryce Harrington (bryce) wrote :

LGTM, +1

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

The new grafana image has been uploaded to dockerhub.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index 18ef091..b2dba39 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -4,7 +4,7 @@
6 # and adapted to use the grafana snap built from
7 # https://github.com/auria/snap-grafana and installed from
8 # https://snapcraft.io/grafana
9-FROM ubuntu:focal AS snap-installer
10+FROM ubuntu:hirsute AS snap-installer
11
12 RUN apt-get update && \
13 DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y && \
14@@ -18,7 +18,7 @@ RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/sna
15 RUN mkdir -p /snap && unsquashfs -d /snap/grafana grafana.snap
16
17
18-FROM ubuntu:focal
19+FROM ubuntu:hirsute
20
21 EXPOSE 3000
22 LABEL maintainer="Ubuntu Server team <ubuntu-server@lists.ubuntu.com>"
23diff --git a/data/grafana.yaml b/data/grafana.yaml
24index 35e436f..efcd5f5 100644
25--- a/data/grafana.yaml
26+++ b/data/grafana.yaml
27@@ -4,8 +4,8 @@ repo: grafana
28 description: >
29 Grafana is a feature rich metrics dashboard and graph editor for Cloudwatch, Elasticsearch, Graphite, InfluxDB, OpenTSB, Prometheus, and Hosted Metrics.
30 Read more on the [Grafana website](https://grafana.com/docs/).
31-version: 7.2.0
32-base: Ubuntu 20.04 LTS
33+version: 7.4.1
34+base: Ubuntu 21.04
35 architectures:
36 - amd64
37 - arm64

Subscribers

People subscribed via source and target branches

to all changes: