-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
molior-deploy: support login for multiple docker registries
using multiline env var $MOLIOR_DOCKER_LOGINS
- Loading branch information
Showing
2 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,6 +128,7 @@ DOCKER PARAMETERS | |
DOCKER_UPGRADE_DEDUP_IGNORE Do not deduplicate newline separated list of docker images when creating a upgrade deployment | ||
MOLIOR_DOCKER_LOGIN_USER Login user and server for pulling images ([email protected]) | ||
MOLIOR_DOCKER_LOGIN_TOKEN Login token for pulling images | ||
MOLIOR_DOCKER_LOGINS Use individual logins for multiple registries (list of user:pass@registry, separated by whitespace, replaces MOLIOR_DOCKER_LOGIN_USER/TOKEN above) | ||
|
||
|
||
NOTE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters