~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:1.15-20.04

Last commit made on 2021-09-29
Get this branch:
git clone -b 1.15-20.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

d8fe7e8... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

494f642... 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.15-20.04-fix-missing-manifest
0d074cd... by Sergio Durigan Junior

Generate manifest for telegraf.

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

Merged branch ~ubuntu-docker-images/ubuntu-docker-images/+git/telegraf:telegraf-manifest-20.04
243103e... by Bryce Harrington

whitespace fixup

(Preferring tabs over spaces)

0b530b0... by Bryce Harrington

Add manifest

6257a5b... by Bryce Harrington

Add smoke test

e14d249... by Bryce Harrington

Reformat for consistency with 21.04 Dockerfile

8d48429... by Bryce Harrington

Use full-upgrade

1e78fa0... by Bryce Harrington

Use set -eux instead of booleans to bail on errors

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>