-
-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse .dockercfg for registry login information, fixes #65
- Loading branch information
Showing
3 changed files
with
34 additions
and
11 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 |
---|---|---|
|
@@ -672,9 +672,10 @@ email | Registry email | String | nil | |
password | Registry password | String | nil | ||
username | Registry username | String | nil | ||
|
||
Log into public registry: | ||
Log into or register with public registry: | ||
|
||
docker_registry 'https://index.docker.io/v1/' do | ||
email '[email protected]' | ||
username 'publicme' | ||
password 'hope_this_is_in_encrypted_databag' | ||
end | ||
|
@@ -686,14 +687,6 @@ Log into private registry with optional port: | |
password 'still_hope_this_is_in_encrypted_databag' | ||
end | ||
|
||
Register with registry: | ||
|
||
docker_registry 'https://index.docker.io/v1/' do | ||
email '[email protected]' | ||
username 'publicme' | ||
password 'hope_this_is_in_encrypted_databag' | ||
end | ||
|
||
## Usage | ||
|
||
### Default Installation | ||
|
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
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