lp:~sergiodj/ubuntu-docker-images/+git/utils

Get this repository:
git clone https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/utils
Only Sergio Durigan Junior can upload to this repository. If you are Sergio Durigan Junior please log in for upload directions.

Branches

Name Last Modified Last Commit
golang-manifest-no-error 2022-04-14 21:03:22 UTC
golang-manifest-builder.py: Skip modules not in pkg.dev.go

Author: Sergio Durigan Junior
Author Date: 2022-04-14 21:03:22 UTC

golang-manifest-builder.py: Skip modules not in pkg.dev.go

Although rare, it is possible for modules not to be listed in the
pkg.dev.go website. We have to skip those when querying.

This fixes a ROCK build failure for the telegraf image.

Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com>

improve-tag-error-reporting 2021-11-03 20:59:01 UTC
Improve error reporting when tagging

Author: Sergio Durigan Junior
Author Date: 2021-11-03 01:19:59 UTC

Improve error reporting when tagging

It's currently somewhat cumbersome to diagnose when an error happens
during the multi-arch tagging process. I thought I'd improve this by
saving the (possible) error message returned by the registry in a file
and then displaying it if appropriate.

A simpler option would be to pass "-o /dev/stderr" when invoking curl,
but I'm afraid that we might pollute the output with some unforseen
string being returned by the registry.

Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com>

simplify-code-fix-shellcheck 2021-07-14 20:07:13 UTC
helpers/registry-login.sh: Reduce verbosity

Author: Sergio Durigan Junior
Author Date: 2021-07-14 19:57:57 UTC

helpers/registry-login.sh: Reduce verbosity

It's not good to print info messages during the login process because
they can pollute the output of other scripts. This commit gets rid of
one such message, and transforms another info message into a debug
message.

Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com>

main 2021-07-14 17:26:23 UTC
helpers/registry-login: allow AWS_{ACCESS_KEY_ID,_SECRET_ACCESS_KEY}

Author: Thomas Bechtold
Author Date: 2021-07-14 13:03:21 UTC

helpers/registry-login: allow AWS_{ACCESS_KEY_ID,_SECRET_ACCESS_KEY}

Currently there needs to be a AWS profile configured to tag images on
AWS. With this change, it's also possible to use the standard[0] AWS
environment variables to provide the credentials for login.

[0]
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html

14 of 4 results
This repository contains Public information 
Everyone can see this information.