Commit Graph

  • b7efbc3059 Set minimum required API Version of docker to 1.24, this basically means we require at least docker 1.12.x or newer, therefore we also support docker 1.13.x. Fabrizio Steiner 2017-01-24 21:41:32 +0100
  • 0989245a1c Merge pull request #40 from dolanor/net Fabrizio Steiner 2017-01-24 21:27:15 +0100
  • db473821f6 Merge branch 'master' into net Fabrizio Steiner 2017-01-24 21:24:40 +0100
  • eda5391d0a go fmt... Fabrizio Steiner 2017-01-24 21:05:27 +0100
  • 6a72ba24c9 Merge pull request #53 from v2tec/GlideVendoringDependencies Fabrizio Steiner 2017-01-24 20:58:37 +0100
  • 63aa3efb11 Added glide for vendoring dependencies. - Docker to 1.13.x Fabrizio Steiner 2017-01-24 20:49:25 +0100
  • 462df027f5 Merge pull request #39 from stffabi/upstream_schedule Fabrizio Steiner 2017-01-24 20:02:31 +0100
  • 525dfea3f2 Possibility to define a cron expression which specifies when to check for updated images. This allows to have a schedule in which updates should be made and therefore one could define a maintenance window. Fabrizio Steiner 2016-12-30 00:23:02 +0100
  • 5902e9e0be Merge pull request #42 from stffabi/upstream_SelfUpdateFix Fabrizio Steiner 2017-01-24 19:48:21 +0100
  • bb99ea11e6 Merge pull request #49 from v2tec/HousekeepingAfterRepoMove Fabrizio Steiner 2017-01-24 19:36:49 +0100
  • 3b05108481 Do not publish docker images for the time being. This will be setup differently. Fabrizio Steiner 2017-01-24 19:20:39 +0100
  • f1822f9cd2 Renamed centurylink to v2tec. Fabrizio Steiner 2017-01-24 19:07:25 +0100
  • 07924aacad Fixed typo in LICENSE and renamed to md. Fabrizio Steiner 2017-01-24 19:06:20 +0100
  • e38e02627e Update LICENSE CenturyLink David Gardner 2017-01-11 10:02:49 -0800
  • edfad5b786 RenameContainer implemented, this fixes the problem that watchtower can't update itself. Fabrizio Steiner 2017-01-07 00:46:13 +0100
  • 180806c1cb Merge pull request #37 from stffabi/CliConfigMoved David Gardner 2017-01-03 17:12:54 -0800
  • b45fc5a9ba Fix comment from HoundCI Tanguy ⧓ Herrmann 2017-01-02 16:19:51 +0100
  • 32e7a47e58 CliConfig moved. Fabrizio Steiner 2016-12-28 22:47:54 +0100
  • 4d44fc8072 Merge 4909b90662 into 848ad58183 Markus Pöschl 2016-12-27 18:29:55 +0000
  • 848ad58183 Merge pull request #34 from ATCUSA/patch-2 David Gardner 2016-12-27 09:24:39 -0800
  • 4c244791c4 Merge pull request #35 from stffabi/NewNativeStoreBuildFix David Gardner 2016-12-27 09:24:23 -0800
  • 4e7576f162 Merge pull request #36 from stffabi/RemoveHubMirror David Gardner 2016-12-27 09:24:03 -0800
  • eb400d1c1e Removed hub_mirror deployment, came in with PR #26. Fabrizio Steiner 2016-12-27 09:16:15 +0100
  • c641668356 NewNativeStore has to be called with the CredentialsStore from the configfile. See also 07c4b4124b (diff-b082736d194e2fdfc6aca9d0c86a781bL26) Fabrizio Steiner 2016-12-26 13:26:21 +0100
  • 37f7248233 Merge pull request #26 from rosscado/auth David Gardner 2016-12-22 12:42:52 -0800
  • 1f92aea8a2 Merge dca3ad9cb8 into 04220147e2 Erin Corson 2016-12-22 20:42:25 +0000
  • 04220147e2 Merge pull request #9 from haswalt/master David Gardner 2016-12-22 12:41:45 -0800
  • 25f6595cf2 Update README.md Austin 2016-12-22 12:02:55 -0800
  • 4909b90662 go fmt done! Tanguy ⧓ Herrmann 2016-12-17 22:55:45 +0100
  • f8a2f80b92 Make an updated container connects to all the previously connected net Tanguy ⧓ Herrmann 2016-12-17 22:52:54 +0100
  • fe0e34e857 Reuse the network config for the relaunch Tanguy ⧓ Herrmann 2016-12-17 22:50:36 +0100
  • 96466dbcf7 Deploy to official and unofficial hubs Ross Cadogan 2016-11-08 12:19:42 +0000
  • dad5d58339 Support loading authentication credentials from Docker config file Ross Cadogan 2016-11-08 11:29:04 +0000
  • 79320bb4b6 Automatically deploy from hub branch to rosscado/watchtower docker hub repo Ross Cadogan 2016-11-07 19:37:29 +0000
  • 952e720807 Change image name to push to rosscado/watchtower Ross Cadogan 2016-11-07 17:30:12 +0000
  • 5a03b65f30 Automatically push rosscado/watchtower:auth branch to rosscado/watchtower hub Ross Cadogan 2016-11-08 12:07:44 +0000
  • 6a56597d45 Refactor port mapping functions for build simplicity Ross Cadogan 2016-11-07 19:21:47 +0000
  • 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. Ross Cadogan 2016-10-18 15:08:25 +0100
  • 541264281c Cannot load host Docker config from container. Remove option and rely on environment variables Ross Cadogan 2016-10-18 14:51:44 +0100
  • 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. Ross Cadogan 2016-10-18 13:54:41 +0100
  • ef430b791a Add auth config, registry auth fails silently without Ross Cadogan 2016-10-18 10:04:26 +0100
  • 44dbd88295 Merge branch 'auth' of github.com:rosscado/watchtower into auth Ross Cadogan 2016-10-14 13:35:16 +0100
  • e8f6db2e05 Build instructions for contributors (because it's not obvious) Ross Cadogan 2016-10-14 13:10:46 +0100
  • 2386d18660 Build instructions for contributors (because it's not obvious) Ross Cadogan 2016-10-14 13:10:46 +0100
  • 8f137068d3 bdehamer/golang-builder doesn't work, use centurylink/golang-builder instead Ross Cadogan 2016-10-14 12:12:13 +0100
  • 42fea79860 Rework TLS support, remove unsupported options Ross Cadogan 2016-10-14 11:10:48 +0100
  • 69db640b98 godeps doesn't work, go without Ross Cadogan 2016-10-14 00:14:48 +0100
  • 47718575ff godep doesn't work, distro required Ross Cadogan 2016-10-13 23:47:03 +0100
  • 97214b2720 Consistent context Ross Cadogan 2016-10-13 23:44:59 +0100
  • da9ba691f3 Updating dependencies with Ross Cadogan 2016-10-13 23:15:25 +0100
  • b13e6af70f Migrate from codegangsta lib to urfave Ross Cadogan 2016-10-13 22:57:08 +0100
  • 61ac18fce5 Ignore build output (watchtower binary) Ross Cadogan 2016-10-13 21:51:18 +0100
  • e011d3e0d2 Discard obsolete samalba/dockerclient library and dependent tests Ross Cadogan 2016-10-13 21:46:36 +0100
  • ed035d6191 go fmt Ross Cadogan 2016-10-13 21:40:16 +0100
  • 99ed959155 Port client lib from samalba/dockerclient to docker/docker/client Ross Cadogan 2016-10-13 21:34:24 +0100
  • 25f1fee8e2 Private registry authentication distinct from host Ross Cadogan 2016-10-13 18:16:24 +0100
  • 02bca8d6a4 Improve error reporting Ross Cadogan 2016-10-13 18:15:18 +0100
  • c4efc83875 Improve error handling Ross Cadogan 2016-10-13 18:14:41 +0100
  • 875efba1d5 Reinstate MAINTAINER and LABEL, Ubuntu base image required by dockerclient upgrade Ross Cadogan 2016-10-13 18:09:32 +0100
  • 936928f7f0 Migrate Godeps/_workspace/ to vendor/ Ross Cadogan 2016-10-13 18:07:46 +0100
  • dca3ad9cb8 revert base image to centurylink/ca-certs Erin Corson 2016-06-24 17:44:17 -0600
  • a8075a6547 Merge b1a1d657f8 into b3d83f99fe Effi 2016-06-12 14:59:37 +0000
  • b1a1d657f8 fix tests. Effi 2016-06-12 17:58:16 +0300
  • b3d83f99fe Merge pull request #13 from drud/master David Gardner 2016-05-18 09:56:25 -0700
  • 55e455ef2a Merge ff277f9903 into 2c0a9fa3d2 Jamie Hannaford 2016-03-15 16:13:12 +0000
  • ff277f9903 Add godeps Jamie Hannaford 2016-03-15 17:12:58 +0100
  • c36d1dfffe Fix mock test arguments Jamie Hannaford 2016-03-15 17:12:12 +0100
  • adac33bf4a Pass in HostConfig to create operation Jamie Hannaford 2016-03-15 14:48:12 +0100
  • c8bb6c349d readme update Erin Corson 2016-02-23 19:44:19 -0700
  • d36899dd7c parameterize repo auth Erin Corson 2016-02-23 19:40:35 -0700
  • 337db1d458 merge resolution Erin Corson 2016-02-23 18:35:14 -0700
  • f5801669ab updates Erin Corson 2016-02-23 18:33:29 -0700
  • b1e70f494e will not compile without these updates due to change in docker lib Erin Corson 2016-02-23 14:03:28 -0700
  • a74bc9b1b8 Fix env name Harry Walter 2016-02-16 11:35:32 +0000
  • ac7375a1da Skip restarting Harry Walter 2016-02-03 10:12:26 +0000
  • ad32d1c677 Setup using env vars as well. Add no retsart option Harry Walter 2016-02-03 10:11:43 +0000
  • 373172806f Merge 4ad5fdccd7 into 2c0a9fa3d2 Casper Wilstrup 2015-09-01 12:42:36 +0000
  • 4ad5fdccd7 Remove "= nil", as it is the default value anyway Casper Wilstrup 2015-09-01 14:42:27 +0200
  • 3334f9d1c7 Add optional support for registry authentication on the command line Casper Wilstrup 2015-09-01 14:39:28 +0200
  • 39c014c0cf Make client compatible with change to dockerclient api Casper Wilstrup 2015-09-01 12:26:33 +0200
  • 2c0a9fa3d2 Minor README edits Brian DeHamer 2015-08-04 18:06:41 +0000
  • 7cf2d7f1d8 Support Zodiac-based deployments Brian DeHamer 2015-08-12 20:49:45 +0000
  • a238521fc4 Configure hound Brian DeHamer 2015-08-12 22:15:54 +0000
  • b0910ee20b Add support for whitelist of monitored containers Brian DeHamer 2015-08-04 16:32:01 +0000
  • d6321bf8dc Add godoc comments Brian DeHamer 2015-07-31 22:23:17 +0000
  • 058d6e5507 Turn DockerClient into dockerClient Brian DeHamer 2015-07-31 22:04:56 +0000
  • dd80aa4a0d Support for --cleanup flag Brian DeHamer 2015-07-31 18:24:27 +0000
  • b8ba80df2d Update MAINTAINER email in Dockerfile Brian DeHamer 2015-07-31 18:20:07 +0000
  • 0852ad12c5 Create LICENSE Brian DeHamer 2015-07-30 15:48:07 -0700
  • 8636f6fb6b Add README content Brian DeHamer 2015-07-16 22:18:50 +0000
  • 812fb60805 Handle errors without halting Brian DeHamer 2015-07-29 20:03:47 +0000
  • e21c21ec3b Account for latency in container removal Brian DeHamer 2015-07-28 19:29:20 +0000
  • e06c46552a Support TLS connections to remote daemons Brian DeHamer 2015-07-24 19:51:21 +0000
  • b7424e5c47 Fix issue where updated containers aren't stopped Brian DeHamer 2015-07-24 21:11:49 +0000
  • 4275d1cd3d Add more accessors to Container struct Brian DeHamer 2015-07-22 22:52:22 +0000
  • bfed95ecaf Support --debug flag Brian DeHamer 2015-07-22 21:58:16 +0000
  • 3d0c853e42 Add --no-pull support Brian DeHamer 2015-07-21 23:29:00 +0000
  • a8dec129f5 Refactor Client interface Brian DeHamer 2015-07-21 22:41:58 +0000
  • cc1efc20e2 Go-lint clean-up Brian DeHamer 2015-07-21 21:40:22 +0000
  • 4ba21639a0 Allow user-configurable DOCKER_HOST Brian DeHamer 2015-07-21 19:37:18 +0000