~athos-ribeiro/ubuntu-docker-images/+git/cortex:1.7-21.04-deb-manifest

Last commit made on 2021-12-14
Get this branch:
git clone -b 1.7-21.04-deb-manifest https://git.launchpad.net/~athos-ribeiro/ubuntu-docker-images/+git/cortex
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Name:
1.7-21.04-deb-manifest
Repository:
lp:~athos-ribeiro/ubuntu-docker-images/+git/cortex

Recent commits

4280f52... by Athos Ribeiro

Generate manifest to report installed deb packages

LP: #1953697

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

f2f35f3... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

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

99e9fb3... by Sergio Durigan Junior

Install ca-certificates (LP: #1919101)

We need this in order to perform TLS connections.

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

9d7b9aa... by Sergio Durigan Junior

Update cortex OCI image for hirsute and generate a manifest

Lots of changes, but mostly cosmetical. The main ones are:

- We're using "|| true" when invoking "make exes", because of "set
  eux".

- Manifest generation using golang-manifest-builder.

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

704448f... 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>

5c8689f... 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>

1aab15a... by Sergio Durigan Junior

Update cortex-deployment.yaml on README.md

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

060bc85... by Sergio Durigan Junior

Rename single-process-config.yaml -> cortex.yaml

Makes it easier to refer to the file.

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

9bb12c7... 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>