forked from rhuss/docker-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrate revamped authentication support from docker-client
This largely mirrors changes done in dockerfile-maven to integrate the new authentication support from docker-client. The plugin now loads credentials from three places, in order: 1. Any credentials stored in ~/.dockercfg or ~/.docker/config.json 2. (Optional) Google Cloud credentials, either loaded through the DOCKER_GOOGLE_CREDENTIALS environment variable or Google's automatic resolution process for credentials 3. Last precedence is given to any explicitly configured credentials in the plugin's configuration. The `useConfigFile` parameter is no longer used as authentication info from the docker configuration file is always activated.
- Loading branch information
Showing
4 changed files
with
206 additions
and
99 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
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
Oops, something went wrong.