Commit Graph

272 Commits (e4e1127f8e8ae728cd1e87c270c9c590d765fe8a)
 

Author SHA1 Message Date
Fabrizio Steiner c641668356 NewNativeStore has to be called with the CredentialsStore from the configfile. See also 07c4b4124b (diff-b082736d194e2fdfc6aca9d0c86a781bL26) 8 years ago
David Gardner 37f7248233 Merge pull request #26 from rosscado/auth
Upgrade client to fix build, authentication, and image issues
8 years ago
David Gardner 04220147e2 Merge pull request #9 from haswalt/master
Configure with ENV vars and allow skipping of restart
8 years ago
Austin 25f6595cf2 Update README.md
Change a to as.
8 years ago
Tanguy ⧓ Herrmann 4909b90662 go fmt done! 8 years ago
Tanguy ⧓ Herrmann f8a2f80b92 Make an updated container connects to all the previously connected net
With insights from https://github.com/docker/docker/issues/29265
the behaviour is the same as the one from docker-compose

* connect to 1 network (at random) at start
* disconnect from that network
* reconnect to all the network from the previous configuration
8 years ago
Tanguy ⧓ Herrmann fe0e34e857 Reuse the network config for the relaunch 8 years ago
Ross Cadogan 96466dbcf7 Deploy to official and unofficial hubs 8 years ago
Ross Cadogan dad5d58339 Support loading authentication credentials from Docker config file 8 years ago
Ross Cadogan 79320bb4b6 Automatically deploy from hub branch to rosscado/watchtower docker hub repo 8 years ago
Ross Cadogan 952e720807 Change image name to push to rosscado/watchtower
The circle.yml version on this branch will automatically trigger a Circle CI build and push the resulting Docker image to the DockerHub repo rosscado/watchtower. This is a temporary DockerHub repo for the rosscado/watchtower GitHub repo, and can be used to pull or test unofficial watchtower builds before they are merged into the official centurylink/watchtower repos.
8 years ago
Ross Cadogan 5a03b65f30 Automatically push rosscado/watchtower:auth branch to rosscado/watchtower hub 8 years ago
Ross Cadogan 6a56597d45 Refactor port mapping functions for build simplicity 8 years ago
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.
8 years ago
Ross Cadogan 541264281c Cannot load host Docker config from container. Remove option and rely on environment variables 8 years ago
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.
8 years ago
Ross Cadogan ef430b791a Add auth config, registry auth fails silently without 8 years ago
Ross Cadogan 44dbd88295 Merge branch 'auth' of github.com:rosscado/watchtower into auth
Conflicts:
	CONTRIBUTING.md
8 years ago
Ross Cadogan e8f6db2e05 Build instructions for contributors (because it's not obvious) 8 years ago
Ross Cadogan 2386d18660 Build instructions for contributors (because it's not obvious) 8 years ago
Ross Cadogan 8f137068d3 bdehamer/golang-builder doesn't work, use centurylink/golang-builder instead 8 years ago
Ross Cadogan 42fea79860 Rework TLS support, remove unsupported options 8 years ago
Ross Cadogan 69db640b98 godeps doesn't work, go without 8 years ago
Ross Cadogan 47718575ff godep doesn't work, distro required 8 years ago
Ross Cadogan 97214b2720 Consistent context 8 years ago
Ross Cadogan da9ba691f3 Updating dependencies with 8 years ago
Ross Cadogan b13e6af70f Migrate from codegangsta lib to urfave 8 years ago
Ross Cadogan 61ac18fce5 Ignore build output (watchtower binary) 8 years ago
Ross Cadogan e011d3e0d2 Discard obsolete samalba/dockerclient library and dependent tests 8 years ago
Ross Cadogan ed035d6191 go fmt 8 years ago
Ross Cadogan 99ed959155 Port client lib from samalba/dockerclient to docker/docker/client 8 years ago
Ross Cadogan 25f1fee8e2 Private registry authentication distinct from host 8 years ago
Ross Cadogan 02bca8d6a4 Improve error reporting 8 years ago
Ross Cadogan c4efc83875 Improve error handling 8 years ago
Ross Cadogan 875efba1d5 Reinstate MAINTAINER and LABEL, Ubuntu base image required by dockerclient upgrade 8 years ago
Ross Cadogan 936928f7f0 Migrate Godeps/_workspace/ to vendor/ 8 years ago
David Gardner b3d83f99fe Merge pull request #13 from drud/master
Allow private image pulls
8 years ago
Erin Corson c8bb6c349d readme update 8 years ago
Erin Corson d36899dd7c parameterize repo auth 8 years ago
Erin Corson 337db1d458 merge resolution 8 years ago
Erin Corson f5801669ab updates 8 years ago
Erin Corson b1e70f494e will not compile without these updates due to change in docker lib 8 years ago
Harry Walter a74bc9b1b8 Fix env name 8 years ago
Harry Walter ac7375a1da Skip restarting 8 years ago
Harry Walter ad32d1c677 Setup using env vars as well. Add no retsart option 8 years ago
Brian DeHamer 2c0a9fa3d2 Minor README edits 9 years ago
Brian DeHamer 7cf2d7f1d8 Support Zodiac-based deployments
Since Zodiac always uses image IDs for deployments we can relay on the
standard container image field to determine the image that was used to
start the container. Luckily, Zodiac writes the original image name to a
label in the container metadata. If we find that Zodiac-specific label
on a running container we will use the associated value when trying to
determine if the container's image has changed.
9 years ago
Brian DeHamer a238521fc4 Configure hound 9 years ago
Brian DeHamer b0910ee20b Add support for whitelist of monitored containers 9 years ago
Brian DeHamer d6321bf8dc Add godoc comments 9 years ago