Commit Graph

99 Commits (4da940c19e67f937571f85f656d3e410db8d6feb)
 

Author SHA1 Message Date
Fabrizio Steiner 4da940c19e Copy watchtower binary for ci builds to artifacts. 8 years ago
Fabrizio Steiner 88f7262f1d Merge pull request #57 from dolanor/compose-compatibility
Make the algorithm follow docker-compose more precisely
8 years ago
Tanguy ⧓ Herrmann a5c3e1e05a Make the algorithm follow docker-compose more precisely
https://github.com/v2tec/watchtower/pull/40#discussion_r97719974
8 years ago
Fabrizio Steiner ce321242bf Merge pull request #54 from v2tec/RemoveApiVersionFlag
Set minimum required API Version of docker to 1.24, this basically me…
8 years ago
Fabrizio Steiner 208678872e Fixed package path. 8 years ago
Fabrizio Steiner 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. 8 years ago
Fabrizio Steiner 0989245a1c Merge pull request #40 from dolanor/net
Fix Multiple Network Support #23
8 years ago
Fabrizio Steiner db473821f6 Merge branch 'master' into net 8 years ago
Fabrizio Steiner eda5391d0a go fmt... 8 years ago
Fabrizio Steiner 6a72ba24c9 Merge pull request #53 from v2tec/GlideVendoringDependencies
Added glide for vendoring dependencies.
8 years ago
Fabrizio Steiner 63aa3efb11 Added glide for vendoring dependencies.
- Docker to 1.13.x
8 years ago
Fabrizio Steiner 462df027f5 Merge pull request #39 from stffabi/upstream_schedule
Simple Scheduling for Upgrades (Maintenance Window)
8 years ago
Fabrizio Steiner 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. 8 years ago
Fabrizio Steiner 5902e9e0be Merge pull request #42 from stffabi/upstream_SelfUpdateFix
Fix for watchtower self update
8 years ago
Fabrizio Steiner bb99ea11e6 Merge pull request #49 from v2tec/HousekeepingAfterRepoMove
Cleanup after repo move
8 years ago
Fabrizio Steiner 3b05108481 Do not publish docker images for the time being. This will be setup differently. 8 years ago
Fabrizio Steiner f1822f9cd2 Renamed centurylink to v2tec. 8 years ago
Fabrizio Steiner 07924aacad Fixed typo in LICENSE and renamed to md. 8 years ago
David Gardner e38e02627e Update LICENSE 8 years ago
Fabrizio Steiner edfad5b786 RenameContainer implemented, this fixes the problem that watchtower can't update itself. 8 years ago
David Gardner 180806c1cb Merge pull request #37 from stffabi/CliConfigMoved
BuildFix: CliConfig moved.
8 years ago
Tanguy ⧓ Herrmann b45fc5a9ba Fix comment from HoundCI
https://github.com/CenturyLinkLabs/watchtower/pull/40#discussion_r94326156
8 years ago
Fabrizio Steiner 32e7a47e58 CliConfig moved. 8 years ago
David Gardner 848ad58183 Merge pull request #34 from ATCUSA/patch-2
Update README.md
8 years ago
David Gardner 4c244791c4 Merge pull request #35 from stffabi/NewNativeStoreBuildFix
BuildFix:  Fixed Parameters of NewNativeStore call
8 years ago
David Gardner 4e7576f162 Merge pull request #36 from stffabi/RemoveHubMirror
Removed hub_mirror deployment, came in with PR #26.
8 years ago
Fabrizio Steiner eb400d1c1e Removed hub_mirror deployment, came in with PR #26. 8 years ago
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