Commit Graph

18 Commits (6a56597d45f390c6b9ebe2378b68efdf6926477f)

Author SHA1 Message Date
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.
9 years ago
Ross Cadogan 42fea79860 Rework TLS support, remove unsupported options 9 years ago
Ross Cadogan 97214b2720 Consistent context 9 years ago
Ross Cadogan b13e6af70f Migrate from codegangsta lib to urfave 9 years ago
Ross Cadogan ed035d6191 go fmt 9 years ago
Ross Cadogan 99ed959155 Port client lib from samalba/dockerclient to docker/docker/client 9 years ago
Ross Cadogan 25f1fee8e2 Private registry authentication distinct from host 9 years ago
Brian DeHamer b0910ee20b Add support for whitelist of monitored containers 10 years ago
Brian DeHamer dd80aa4a0d Support for --cleanup flag
The --cleanup flag will cause watchtower to automatically remove the old
image after a container is restart with a new image.
10 years ago
Brian DeHamer e06c46552a Support TLS connections to remote daemons 10 years ago
Brian DeHamer bfed95ecaf Support --debug flag
Also adds better logging output
10 years ago
Brian DeHamer 3d0c853e42 Add --no-pull support 10 years ago
Brian DeHamer 4ba21639a0 Allow user-configurable DOCKER_HOST 10 years ago
Brian DeHamer 00f2875abf Refactoring & renaming 10 years ago
Brian DeHamer 3dd06cffb1 Enable watchtower to update itself 10 years ago
Brian DeHamer 31b6a30686 Set-up CircleCI builds 10 years ago
Brian DeHamer c02c4b9ec1 Handle container links
Ensures that linked containers are restarted if any of their
dependencies are restarted -- and makes sure that everything happens in
the correct order.
10 years ago
Brian DeHamer ce4ed7316c Initial commit
Signed-off-by: Brian DeHamer <brian@dehamer.com>
10 years ago