Skip to content

docker: support pushing to multiple registries#16

Open
missinglink wants to merge 1 commit intomasterfrom
multi-registry
Open

docker: support pushing to multiple registries#16
missinglink wants to merge 1 commit intomasterfrom
multi-registry

Conversation

@missinglink
Copy link
Member

this PR allows configuring of the registr([y,ies]) used to push docker images.

the idea here is that there is a new env var named REGISTRIES
if the variable is unset it defaults to docker.io, which is the existing behaviour.

the REGISTRIES variable may contain a space-delimited list of registries to push to, docker.io may be optionally omitted or explicitly specified to use it in conjunction.

each registry has their own authentication method, I have included support for the major 3 along with notes about which env vars must be present to achieve authentication.

@missinglink
Copy link
Member Author

note the URL for AWS is in the format ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant