Commit Graph

272 Commits (e4e1127f8e8ae728cd1e87c270c9c590d765fe8a)
 

Author SHA1 Message Date
stffabi 3b9742a33c
Merge pull request #118 from Cardoso222/patch-1
Fix code style.
7 years ago
Paulo Henrique a3f3d47158
Fix code style. 7 years ago
Ryan Kuba d7481511c4 github/v2tec/watchtower#114 adding if statement to accept the oneshot flag to run once and exit 7 years ago
stffabi 9fff10c2e7
Merge pull request #104 from belak/container-label-enabled
Introduced the functionality to watch containers that have a lable assigned.
7 years ago
Kaleb Elwert de2ac9341d Add a method of enabling or disabling containers using labels
Switch command line flag from no-enable to label-enable and simplify logic

Add basic documentation for the --label-enable flag
7 years ago
stffabi f365014b8f
Merge pull request #106 from rdamazio/master
Adding basic (but flexible) notification system which hooks into logrus.
7 years ago
Rodrigo Damazio Bovendorp 220c09dc7f Updated README.md to document notifications 7 years ago
Rodrigo Damazio Bovendorp d8586e79ca Fixing function documentation 7 years ago
Rodrigo Damazio Bovendorp 5adb143f62 Adding basic (but flexible) notification system which hooks into logrus.
This only adds e-mail notifications, but others could be easily done. In
many cases, adding another existing logrus hook will be sufficient.
7 years ago
Fabrizio Steiner 717ca9fcaf Merge pull request #82 from mrw34/patch-1
Correct repository owner
7 years ago
Mark Woodbridge 1eb28c99fd Correct repository owner 7 years ago
Fabrizio Steiner 6e045ce70c Merge pull request #80 from v2tec/CheckingContainersAsDebugLog
Output "Checking containers for updated images" as debug entry.
7 years ago
Fabrizio Steiner fec369fd01 Merge pull request #79 from v2tec/DoNotCallRemoveOnAutoRemove
Do not initiate a RemoveContainer for containers which have AutoRemov…
7 years ago
Fabrizio Steiner bee4607d9a Output "Checking containers for updated images" as debug entry. fixes GH-66 7 years ago
Fabrizio Steiner 52e73d7a8a Do not initiate a RemoveContainer for containers which have AutoRemove (--rm) active.
fixes GH-71
7 years ago
Fabrizio Steiner b068c628ad Merge pull request #75 from Robotex/host
Check for host network mode
7 years ago
Robotex f8a05cb8ab Added host network check 7 years ago
Fabrizio Steiner e92b849dff Merge pull request #70 from wmbutler/patch-1
Update README.md
7 years ago
Bill Butler e43cf1ffda Update README.md
Provide more clarity for private repos and add a docker-compose example.
7 years ago
Fabrizio Steiner 8e6c9fd529 Name release tarballs for arm architecture armhf. 7 years ago
Fabrizio Steiner 265ae80099 Added arm release builds. 7 years ago
Fabrizio Steiner 56c1453832 Merge pull request #59 from v2tec/UseGoBuilderContainer
GoReleaser for release builds.
7 years ago
Fabrizio Steiner 9f099cf352 - Use GoBuilder container for building and release tags with goreleaser.
- Add version to cli.
7 years ago
Fabrizio Steiner 4da940c19e Copy watchtower binary for ci builds to artifacts. 7 years ago
Fabrizio Steiner 88f7262f1d Merge pull request #57 from dolanor/compose-compatibility
Make the algorithm follow docker-compose more precisely
7 years ago
Tanguy ⧓ Herrmann a5c3e1e05a Make the algorithm follow docker-compose more precisely
https://github.com/v2tec/watchtower/pull/40#discussion_r97719974
7 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…
7 years ago
Fabrizio Steiner 208678872e Fixed package path. 7 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. 7 years ago
Fabrizio Steiner 0989245a1c Merge pull request #40 from dolanor/net
Fix Multiple Network Support #23
7 years ago
Fabrizio Steiner db473821f6 Merge branch 'master' into net 7 years ago
Fabrizio Steiner eda5391d0a go fmt... 7 years ago
Fabrizio Steiner 6a72ba24c9 Merge pull request #53 from v2tec/GlideVendoringDependencies
Added glide for vendoring dependencies.
7 years ago
Fabrizio Steiner 63aa3efb11 Added glide for vendoring dependencies.
- Docker to 1.13.x
7 years ago
Fabrizio Steiner 462df027f5 Merge pull request #39 from stffabi/upstream_schedule
Simple Scheduling for Upgrades (Maintenance Window)
7 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. 7 years ago
Fabrizio Steiner 5902e9e0be Merge pull request #42 from stffabi/upstream_SelfUpdateFix
Fix for watchtower self update
7 years ago
Fabrizio Steiner bb99ea11e6 Merge pull request #49 from v2tec/HousekeepingAfterRepoMove
Cleanup after repo move
7 years ago
Fabrizio Steiner 3b05108481 Do not publish docker images for the time being. This will be setup differently. 7 years ago
Fabrizio Steiner f1822f9cd2 Renamed centurylink to v2tec. 7 years ago
Fabrizio Steiner 07924aacad Fixed typo in LICENSE and renamed to md. 7 years ago
David Gardner e38e02627e Update LICENSE 7 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