Merge ~virtustom/ubuntu-docker-images/+git/utils:fix-devel into ~ubuntu-docker-images/ubuntu-docker-images/+git/utils:main

Proposed by Tomáš Virtus
Status: Merged
Merged at revision: 5d63ec90e526507b086cb740489271b6611451cb
Proposed branch: ~virtustom/ubuntu-docker-images/+git/utils:fix-devel
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/utils:main
Diff against target: 15 lines (+1/-2)
1 file modified
helpers/validate-args.sh (+1/-2)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior Approve
Review via email: mp+420039@code.launchpad.net

Commit message

Fix registry namespace dictionary

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Ops, indeed. LGTM, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/helpers/validate-args.sh b/helpers/validate-args.sh
2index 1f1ae91..f5792aa 100644
3--- a/helpers/validate-args.sh
4+++ b/helpers/validate-args.sh
5@@ -11,9 +11,8 @@ export progname progdir
6 . "${progdir}/lib/image.sh"
7
8 readonly -A namespace_registry_regexes=(
9- [ubuntu]='docker|aws'
10+ [ubuntu]='docker|aws|azure'
11 [lts]='aws'
12- [ubuntu]='azure'
13 )
14
15 validate_var ()

Subscribers

People subscribed via source and target branches