1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
Commit Graph

42 Commits

Author SHA1 Message Date
Jan Wagner
c03b6c4235 Fixing name of Docker Hub account 2019-04-04 16:17:50 +02:00
Simon Aronsson
ab299b59f8 change repo paths 2019-04-03 21:02:05 +02:00
Simon Aronsson
eade8bbef8
Merge pull request #208 from cnrmck/master 2019-04-03 00:01:41 +02:00
Simon Aronsson
daeeee9761
switch refs in readme 2019-04-02 21:00:24 +02:00
Scott Albertson
df77d482fb
Add a "Reviewed by Hound" badge 2018-11-16 21:06:18 -08:00
Connor McCormick
9ffe960274 Add reminder to pull proper image for ARM users 2018-07-16 18:00:52 +00:00
Connor McCormick
b72a5bf9e7 Add documentation for how to pass env variables 2018-07-16 17:55:57 +00:00
Connor McCormick
5d16df9f6d Fix confusing word 2018-07-16 17:53:44 +00:00
Jason Huddleston
bb2ab925cf Spelling updates for README.md 2018-03-24 12:05:12 -04:00
stffabi
27795c24e1
Add msteams to notifications overview 2018-03-13 07:41:42 +01:00
Maxim
aa1ce68e3a Notifications via MSTeams (#174)
* Notifications via MSTeams
2018-03-13 07:39:54 +01:00
Fabrizio Steiner
6c12aee975 always exclude containers that have the com.centurylinklabs.watchtower.enable set to false.
Fixes #169
2018-03-03 21:58:07 +01:00
Fabrizio Steiner
026a04b59b implemented enableLabel by a Filter 2018-03-03 21:58:07 +01:00
Robotex
6197d96635 Add --stop-timeout parameter 2018-03-03 21:48:52 +01:00
Fabrizio Steiner
e1ead2f46f Made the notification level flag global for all notification types. 2018-03-02 14:09:49 +01:00
ubergesundheit
fd7f8a40ed add slackrus slack notifications 2018-03-02 14:09:48 +01:00
Fabrizio Steiner
5463256aa2 Possibility to disable the TLS verify for sending mails. 2018-02-27 01:23:28 +01:00
stffabi
2cfbebb0e9
Merge pull request #136 from v2tec/smtp-port-configurable
SMTP port configurable
2018-01-05 22:02:07 +01:00
Fabrizio Steiner
c463241bc7 SMTP port configurable through notification-email-server-port. Defaults to 25. 2018-01-02 16:58:44 +01:00
Max Schmitt
703dcb1a6d
Fixed badges layouts for consistency
And added goreportcard badge.
2018-01-01 14:32:09 +01:00
cron410
b0dd07905b
added example for Cron expression 2017-12-29 10:52:45 -05:00
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
2017-11-27 12:42:22 +01:00
Rodrigo Damazio Bovendorp
220c09dc7f Updated README.md to document notifications 2017-11-25 21:55:56 -08:00
Mark Woodbridge
1eb28c99fd Correct repository owner 2017-05-19 11:48:10 +01:00
Bill Butler
e43cf1ffda Update README.md
Provide more clarity for private repos and add a docker-compose example.
2017-03-16 09:10:08 -04:00
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. 2017-01-24 21:41:32 +01:00
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. 2017-01-24 19:57:02 +01:00
Fabrizio Steiner
f1822f9cd2 Renamed centurylink to v2tec. 2017-01-24 19:24:27 +01:00
David Gardner
848ad58183 Merge pull request #34 from ATCUSA/patch-2
Update README.md
2016-12-27 09:24:39 -08:00
Austin
25f6595cf2 Update README.md
Change a to as.
2016-12-22 12:02:55 -08:00
Ross Cadogan
dad5d58339 Support loading authentication credentials from Docker config file 2016-11-08 12:15:17 +00:00
Ross Cadogan
541264281c Cannot load host Docker config from container. Remove option and rely on environment variables 2016-10-18 14:51:44 +01:00
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.
2016-10-18 14:04:55 +01:00
Ross Cadogan
42fea79860 Rework TLS support, remove unsupported options 2016-10-14 12:10:49 +01:00
Ross Cadogan
25f1fee8e2 Private registry authentication distinct from host 2016-10-13 18:16:24 +01:00
Erin Corson
c8bb6c349d readme update 2016-02-23 19:44:19 -07:00
Brian DeHamer
2c0a9fa3d2 Minor README edits 2015-08-13 17:03:47 +00:00
Brian DeHamer
b0910ee20b Add support for whitelist of monitored containers 2015-08-04 17:07:27 +00:00
Brian DeHamer
d6321bf8dc Add godoc comments 2015-07-31 22:36:18 +00:00
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.
2015-07-31 18:24:27 +00:00
Brian DeHamer
8636f6fb6b Add README content 2015-07-30 22:44:56 +00:00
Brian DeHamer
ce4ed7316c Initial commit
Signed-off-by: Brian DeHamer <brian@dehamer.com>
2015-07-13 21:42:33 +00:00