~toabctl/ubuntu-docker-images/+git/utils:multi-arch-tagger

Last commit made on 2021-03-18
Get this branch:
git clone -b multi-arch-tagger https://git.launchpad.net/~toabctl/ubuntu-docker-images/+git/utils
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
multi-arch-tagger
Repository:
lp:~toabctl/ubuntu-docker-images/+git/utils

Recent commits

75a4c7e... by Sergio Durigan Junior

Add a README file for the scripts

Add a README file explaining what the scripts do, the required
packages that need to be installed in order to run them, and how to
configure awscli.

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

9c1b23c... by Sergio Durigan Junior

Add tag-images.sh

This script iterates over all available images from a
registry/namespace and tags them.

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

fcfba63... by Sergio Durigan Junior

Add multi-arch-tagger.sh

This script performs multi-arch tagging for a certain image in a
registry/namespace.

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

8a6aea9... by Sergio Durigan Junior

Add list-tags-for-image.sh

This script lists all tags for a certain image in a
registry/namespace.

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

cd1a2da... by Sergio Durigan Junior

Add list-all-images.sh

This script lists all images from a registry/namespace.

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

36c2fdb... by Sergio Durigan Junior

helpers: Add helper scripts.

This commit adds 3 helper scripts:

- log.sh (for logging routines)

- registry-login.sh (for logging into registries)

- validate-args.sh (for validating script arguments)

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

d3ad4a6... by Sergio Durigan Junior

Add golang-manifest-builder.py

This script will be used when building the telegraf and cortex OCI
images. It is needed in order to compile the list of Golang modules
used to build these software into a manifest that is consumable by the
tooling used by the Security team.

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

f666d68... by Sergio Durigan Junior

Add README

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

314c186... by Sergio Durigan Junior

Add push-images.sh

This is a helper script that iterates over the images and push them
manually to a registry. See its usage for details.

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