~sergiodj/ubuntu-docker-images/+git/telegraf:1.21-22.04

Last commit made on 2022-02-01
Get this branch:
git clone -b 1.21-22.04 https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/telegraf
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch information

Recent commits

c2bf544... by Sergio Durigan Junior

Dockerfile: update to Jammy

Signed-off-by: Sergio Durigan Junior <email address hidden>

7cf0643... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

82eba13... by Sergio Durigan Junior

Update documentation

Signed-off-by: Sergio Durigan Junior <email address hidden>

53ebfb9... by Sergio Durigan Junior

Update to impish

Signed-off-by: Sergio Durigan Junior <email address hidden>

e1678ab... by Athos Ribeiro

Do not use pipes in RUN commands

Using pipes without properly handling the earlier commands may conceal
errors even when "set -e" is used.

Since setting the pipefail option may not be an alternative (we are
using dash), we should refactor commands using pipes to avoid concealing
errors.

This should avoid releasing images with missing bits.

Signed-off-by: Athos Ribeiro <email address hidden>

66b1144... by Sergio Durigan Junior

Telegraf is a .deb package in hirsute, so use the proper HACKING template

Signed-off-by: Sergio Durigan Junior <email address hidden>

53cf03d... by Sergio Durigan Junior

HACKING.md: Update and add "." after "docker build".

Signed-off-by: Sergio Durigan Junior <email address hidden>

474d3be... by Sergio Durigan Junior

Update README.md

Signed-off-by: Sergio Durigan Junior <email address hidden>

75f2b7c... by Sergio Durigan Junior

Update telegraf OCI image to hirsute, amongst other things

This commit also converts the existing OCI image to a deb-based one,
instead of an upstream-based one. And last but not least, it
generated a valid manifest file for all of the Golang modules needed
to build telegraf.

Signed-off-by: Sergio Durigan Junior <email address hidden>

7ea4e93... by Sergio Durigan Junior

Update data/telegraf.yaml

Signed-off-by: Sergio Durigan Junior <email address hidden>