Commit Graph

164 Commits (dependabot/go_modules/github.com/docker/cli-26.0.0incompatible)

Author SHA1 Message Date
Simon Aronsson 3eddaa02d6
Update README.md 5 years ago
Simon Aronsson 64d18b288d add all contributors 5 years ago
allcontributors[bot] c722730604 docs: add bdehamer as a contributor (#306)
* docs: update README.md

* docs: update .all-contributorsrc
5 years ago
allcontributors[bot] f80d8541fd docs: add rosscado as a contributor (#305)
* docs: update README.md

* docs: update .all-contributorsrc
5 years ago
allcontributors[bot] ed43d70e11 docs: add stffabi as a contributor (#304)
* docs: update README.md

* docs: update .all-contributorsrc
5 years ago
allcontributors[bot] 82ada7f932 docs: add Codelica as a contributor (#302)
* docs: update README.md

* docs: create .all-contributorsrc
5 years ago
allcontributors[bot] 057cb7eaf4 docs: add kopfkrieg as a contributor (#301)
* docs: update README.md

* docs: create .all-contributorsrc
5 years ago
Simon Aronsson e584f8bfcf
Make it possible to use watchtower to update exited or created containers as well (#289)
* feature/112: add additional tests that verify include-stopped

* feature/112: implement include-stopped

* feature/112: update readme and cli help

* feature/112: fix linting issues

* remove superfluous logging
5 years ago
The Gitter Badger 1631c8cc2e Add a Gitter chat badge to README.md (#290)
* Add Gitter badge
5 years ago
Simon Aronsson fcdd601389
update tls example
closes #277
5 years ago
Simon Aronsson cdb0123ae2
add test coverage badge 5 years ago
Simon Aronsson fc739c5ca8
switch from hound to codacy 5 years ago
Florian e27d41505a
Updated README.md: v2tech → containrrr 5 years ago
Simon Aronsson 5513f95bde fix readme 5 years ago
Simon Aronsson a2158c2bdc fix merge conflicts and do some refactoring 5 years ago
Simon Aronsson 790e487a55
add licensing badge and latest semver badge 5 years ago
Simon Aronsson 18a0085fb5 add new flag to readme 5 years ago
Mario Tacke da41afc1d7 Add Slack Channel, IconEmoji, and IconURL options (#241) 5 years ago
Simon Aronsson 01ce9a145f
Update README.md 5 years ago
Simon Aronsson 438c90f821
Update README.md 5 years ago
Simon Aronsson bac518a441
add a logo and spice up the top part of the readme 5 years ago
Jan Wagner c03b6c4235 Fixing name of Docker Hub account 5 years ago
Simon Aronsson ab299b59f8 change repo paths 5 years ago
Simon Aronsson eade8bbef8
Merge pull request #208 from cnrmck/master 5 years ago
Simon Aronsson daeeee9761
switch refs in readme 5 years ago
Scott Albertson df77d482fb
Add a "Reviewed by Hound" badge 6 years ago
Connor McCormick 9ffe960274 Add reminder to pull proper image for ARM users 6 years ago
Connor McCormick b72a5bf9e7 Add documentation for how to pass env variables 6 years ago
Connor McCormick 5d16df9f6d Fix confusing word 6 years ago
Jason Huddleston bb2ab925cf Spelling updates for README.md 6 years ago
stffabi 27795c24e1
Add msteams to notifications overview 6 years ago
Maxim aa1ce68e3a Notifications via MSTeams (#174)
* Notifications via MSTeams
6 years ago
Fabrizio Steiner 6c12aee975 always exclude containers that have the com.centurylinklabs.watchtower.enable set to false.
Fixes #169
6 years ago
Fabrizio Steiner 026a04b59b implemented enableLabel by a Filter 6 years ago
Robotex 6197d96635 Add --stop-timeout parameter 6 years ago
Fabrizio Steiner e1ead2f46f Made the notification level flag global for all notification types. 6 years ago
ubergesundheit fd7f8a40ed add slackrus slack notifications 6 years ago
Fabrizio Steiner 5463256aa2 Possibility to disable the TLS verify for sending mails. 6 years ago
stffabi 2cfbebb0e9
Merge pull request #136 from v2tec/smtp-port-configurable
SMTP port configurable
6 years ago
Fabrizio Steiner c463241bc7 SMTP port configurable through `notification-email-server-port`. Defaults to 25. 7 years ago
Max Schmitt 703dcb1a6d
Fixed badges layouts for consistency
And added goreportcard badge.
7 years ago
cron410 b0dd07905b
added example for Cron expression 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
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
Rodrigo Damazio Bovendorp 220c09dc7f Updated README.md to document notifications 7 years ago
Mark Woodbridge 1eb28c99fd Correct repository owner 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 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 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 f1822f9cd2 Renamed centurylink to v2tec. 7 years ago
David Gardner 848ad58183 Merge pull request #34 from ATCUSA/patch-2
Update README.md
8 years ago
Austin 25f6595cf2 Update README.md
Change a to as.
8 years ago
Ross Cadogan dad5d58339 Support loading authentication credentials from Docker config file 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 42fea79860 Rework TLS support, remove unsupported options 8 years ago
Ross Cadogan 25f1fee8e2 Private registry authentication distinct from host 8 years ago
Erin Corson c8bb6c349d readme update 8 years ago
Brian DeHamer 2c0a9fa3d2 Minor README edits 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
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.
9 years ago
Brian DeHamer 8636f6fb6b Add README content 9 years ago
Brian DeHamer ce4ed7316c Initial commit
Signed-off-by: Brian DeHamer <brian@dehamer.com>
9 years ago