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
diff --git a/Dockerfile b/Dockerfile
index 2c619d2..bcf2249 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM ubuntu:impish AS manifest-builder1FROM ubuntu:jammy AS manifest-builder
22
3WORKDIR /src/telegraf3WORKDIR /src/telegraf
44
@@ -22,7 +22,7 @@ RUN set -eux; \
22 /src/telegraf/utils/golang-manifest-builder.py /src/telegraf/telegraf-mods.txt > /src/telegraf/manifest-upstream.txt; \22 /src/telegraf/utils/golang-manifest-builder.py /src/telegraf/telegraf-mods.txt > /src/telegraf/manifest-upstream.txt; \
23 cat /src/telegraf/manifest-upstream.txt23 cat /src/telegraf/manifest-upstream.txt
2424
25FROM ubuntu:impish25FROM ubuntu:jammy
2626
27ENV TZ UTC27ENV TZ UTC
2828

Subscribers

People subscribed via source and target branches