Simon Aronsson
fd75f93d77
fix linting issues
2019-04-04 22:40:44 +02:00
Simon Aronsson
d44c6e7ddc
move from dep to go module and switch version of docker client api to avoid Sirupsen issue
2019-04-04 20:02:14 +02:00
Fabrizio Steiner
d0ac9f14ab
some linting
2018-03-03 21:58:08 +01:00
ubergesundheit
d989254b1a
change upper case S in sirupsen to lower case to avoid build error
2018-03-02 14:00:14 +01:00
Fabrizio Steiner
63aa3efb11
Added glide for vendoring dependencies.
...
- Docker to 1.13.x
2017-01-24 20:52:47 +01:00
Fabrizio Steiner
32e7a47e58
CliConfig moved.
2016-12-29 00:21:38 +01:00
Fabrizio Steiner
c641668356
NewNativeStore has to be called with the CredentialsStore from the configfile. See also 07c4b4124b (diff-b082736d194e2fdfc6aca9d0c86a781bL26)
2016-12-26 13:26:21 +01:00
Ross Cadogan
dad5d58339
Support loading authentication credentials from Docker config file
2016-11-08 12:15:17 +00:00
Ross Cadogan
e75236414e
When authentication credentials are supplied as env vars they are always used.
...
This causes authentication failures on registries that don't match, including public registries.
Fallback to no-authentication to handle the case of public registries.
2016-10-18 15:08:25 +01:00
Ross Cadogan
541264281c
Cannot load host Docker config from container. Remove option and rely on environment variables
2016-10-18 14:51:44 +01:00
Ross Cadogan
1c59200565
Registry authentication was failing silently when pulling images.
...
Load authentication credentials for available credential stores in order of preference:
1. Environment variables REPO_USER, REPO_PASS
2. Docker config files
Request image pull with authentication header.
Wait until pull request is complete before exiting function.
2016-10-18 14:04:55 +01:00