~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:1.17-21.04

Last commit made on 2021-09-29
Get this branch:
git clone -b 1.17-21.04 https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

744990c... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

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>

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:1.17-21.04-fix-missing-manifest
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>

8f8310d... by Sergio Durigan Junior

Implement templating (LP: #1905286)

This commit implements templating support for the image. It:

- Moves the data from the templates.git repository here.

- Implements a Makefile that can be used to automatically generate the
  documentation (README.md, HACKING.md).

- Regenerates everything using the templates.

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

9e73321... by Sergio Durigan Junior

s/squeakywheel/ubuntu/g

We're releasing the images under the 'ubuntu' namespace.

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

de8969c... by Sergio Durigan Junior

Update project URL

We've moved from https://launchpad.net/ubuntu-server-oci to
https://launchpad.net/ubuntu-docker-images, so we need to update all
READMEs accordingly.

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