Merge ~sergiodj/ubuntu-docker-images/+git/telegraf:1.21-22.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:1.19-21.10

Proposed by Sergio Durigan Junior
Status: Merged
Merge reported by: Sergio Durigan Junior
Merged at revision: c2bf5443560b22bbed2160b739dc1b525a429d0d
Proposed branch: ~sergiodj/ubuntu-docker-images/+git/telegraf:1.21-22.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:1.19-21.10
Diff against target: 18 lines (+2/-2)
1 file modified
Dockerfile (+2/-2)
Reviewer Review Type Date Requested Status
Athos Ribeiro Approve
Canonical Server Pending
Review via email: mp+414934@code.launchpad.net

Description of the change

Update telegraf ROCKs image to Jammy. Tested locally, everything OK.

To post a comment you must log in.
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

LGTM

Thanks!

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

Thanks. Merged.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index 2c619d2..bcf2249 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -1,4 +1,4 @@
6-FROM ubuntu:impish AS manifest-builder
7+FROM ubuntu:jammy AS manifest-builder
8
9 WORKDIR /src/telegraf
10
11@@ -22,7 +22,7 @@ RUN set -eux; \
12 /src/telegraf/utils/golang-manifest-builder.py /src/telegraf/telegraf-mods.txt > /src/telegraf/manifest-upstream.txt; \
13 cat /src/telegraf/manifest-upstream.txt
14
15-FROM ubuntu:impish
16+FROM ubuntu:jammy
17
18 ENV TZ UTC
19

Subscribers

People subscribed via source and target branches