Merge ~athos-ribeiro/ubuntu-docker-images/+git/prometheus-alertmanager:0.23-22.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager:0.22-21.10

Proposed by Athos Ribeiro
Status: Merged
Merge reported by: Athos Ribeiro
Merged at revision: fa7a37c885184d9dcc66b8f755729aec6c11f586
Proposed branch: ~athos-ribeiro/ubuntu-docker-images/+git/prometheus-alertmanager:0.23-22.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager:0.22-21.10
Diff against target: 23 lines (+3/-3)
1 file modified
Dockerfile (+3/-3)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior Approve
Bryce Harrington Pending
Canonical Server Pending
Review via email: mp+419241@code.launchpad.net

Description of the change

Create 22.04 branch.

There are no significant changes needed here. As usual, this will not be merged into the target branch. Instead, a new 0.23-22.04 branch will be created once this is approved.

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

Thanks, Athos.

Built & tested fine locally. LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index dc9a20b..79d3a33 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -1,4 +1,4 @@
6-FROM ubuntu:impish AS snap-installer
7+FROM ubuntu:jammy AS snap-installer
8
9 RUN set -eux; \
10 apt-get update; \
11@@ -7,11 +7,11 @@ RUN set -eux; \
12 jq curl ca-certificates squashfs-tools; \
13 # taken from https://snapcraft.io/docs/build-on-docker
14 # Alternatively, we can install snapd, and issue `snap download prometheus-alertmanager`
15- curl -L -H 'Snap-CDN: none' $(curl -H 'X-Ubuntu-Series: 16' -H "X-Ubuntu-Architecture: $(dpkg --print-architecture)" 'https://api.snapcraft.io/api/v1/snaps/details/prometheus-alertmanager?channel=21.10/edge' | jq '.download_url' -r) --output prometheus-alertmanager.snap; \
16+ curl -L -H 'Snap-CDN: none' $(curl -H 'X-Ubuntu-Series: 16' -H "X-Ubuntu-Architecture: $(dpkg --print-architecture)" 'https://api.snapcraft.io/api/v1/snaps/details/prometheus-alertmanager?channel=rock/edge' | jq '.download_url' -r) --output prometheus-alertmanager.snap; \
17 mkdir -p /snap; \
18 unsquashfs -d /snap/prometheus-alertmanager prometheus-alertmanager.snap
19
20-FROM ubuntu:impish
21+FROM ubuntu:jammy
22
23 ENV TZ UTC
24

Subscribers

People subscribed via source and target branches