~ubuntu-docker-images/ubuntu-docker-images/+git/prometheus-alertmanager:edge

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

Branch merges

Recent commits

0d37e58... by Sergio Durigan Junior

Clean up branch

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

46eb188... 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>

84e4bfe... 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>

a16a2fb... by Sergio Durigan Junior

Rename prometheus-alertmanager-deployment.yml -> alertmanager-deployment.yml

This will make things easier to template.

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

a1bd1a3... 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>

f43b47d... by Sergio Durigan Junior

Set "TZ=UTC" (LP: #1904018)

This commit sets the environment variable TZ to the sane value "UTC".
In order to do that, we:

1) Set "ENV TZ UTC" at the beginning of the image declaration (usually
   right below the "FROM" statement).

2) Install the "tzdata" package, which is needed in order to make TZ
   work properly.

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

473d88b... by Lucas Kanashiro

oci/README.md: change TZ value to UTC

3aa63d2... by Lucas Kanashiro

oci/README.md: fix typo on a parameter and reduce the line length

1119ed0... by Valentin Viennot <email address hidden>

fix typo

95e9b58... by Valentin Viennot <email address hidden>

text consistency