Alex Hicks
ab14e25f7c
Implement support for updating stopped containers
...
This commit adds a command line flag, "--check-all". If true, the
behavior requested by #112 is used (i.e., stopped containers are updated
but not restarted). If false, the previous behavior is used (ignore
stopped containers entirely).
2018-01-10 09:32:01 -05:00
stffabi
2cfbebb0e9
Merge pull request #136 from v2tec/smtp-port-configurable
...
SMTP port configurable
2018-01-05 22:02:07 +01:00
stffabi
bbd24e3199
Merge pull request #141 from v2tec/do-not-send-empty-mails
...
Do not send an email notification when no messages have been logged.
2018-01-05 22:01:20 +01:00
Fabrizio Steiner
598b5ebced
Push semver containers during a release build.
2018-01-05 20:00:12 +01:00
Fabrizio Steiner
c463241bc7
SMTP port configurable through notification-email-server-port. Defaults to 25.
2018-01-02 16:58:44 +01:00
stffabi
82a2df38ed
Merge pull request #142 from maxibanki/patch-1
...
Fixed badges layouts for consistency
2018-01-01 15:39:59 +01:00
Max Schmitt
703dcb1a6d
Fixed badges layouts for consistency
...
And added goreportcard badge.
2018-01-01 14:32:09 +01:00
stffabi
38cce48e01
Merge pull request #137 from cron410/master
...
added example for Cron expression
2018-01-01 09:46:10 +01:00
Fabrizio Steiner
a23f49f444
Do not send an email notification when no messages have been logged.
2018-01-01 09:34:53 +01:00
cron410
b0dd07905b
added example for Cron expression
2017-12-29 10:52:45 -05:00
stffabi
4c63746feb
Merge pull request #134 from v2tec/fix-version-information
...
Fix the version information output.
2017-12-27 19:23:50 +01:00
Fabrizio Steiner
4ef9a7ab97
Fix the version information output. Additionally output the commit hash and the build date.
2017-12-27 19:21:22 +01:00
Fabrizio Steiner
e948aa946f
Login to docker to publish docker images.
2017-12-27 17:57:36 +01:00
stffabi
3a36702718
Merge pull request #133 from v2tec/windows_builds
...
Crosscompile for windows.
2017-12-27 17:50:13 +01:00
Fabrizio Steiner
6d3a3f7ff0
Crosscompile for windows.
2017-12-27 15:37:55 +01:00
stffabi
bc5103243e
Merge pull request #132 from v2tec/circleci2
...
Build on circleci 2 and goreleaser updated
2017-12-27 11:14:41 +01:00
Fabrizio Steiner
296f98fe42
- Update to circleci 2.0
...
- Use latest gobuilder with goreleaser which also publishes docker files.
2017-12-27 09:10:50 +01:00
stffabi
3b9742a33c
Merge pull request #118 from Cardoso222/patch-1
...
Fix code style.
2017-12-11 09:00:26 +01:00
Paulo Henrique
a3f3d47158
Fix code style.
2017-12-07 17:36:26 -03:00
stffabi
9fff10c2e7
Merge pull request #104 from belak/container-label-enabled
...
Introduced the functionality to watch containers that have a lable assigned.
2017-11-28 08:30:53 +01: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
stffabi
f365014b8f
Merge pull request #106 from rdamazio/master
...
Adding basic (but flexible) notification system which hooks into logrus.
2017-11-27 09:09:31 +01:00
Rodrigo Damazio Bovendorp
220c09dc7f
Updated README.md to document notifications
2017-11-25 21:55:56 -08:00
Rodrigo Damazio Bovendorp
d8586e79ca
Fixing function documentation
2017-10-29 23:45:01 -07:00
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.
2017-10-29 23:40:20 -07:00
Fabrizio Steiner
717ca9fcaf
Merge pull request #82 from mrw34/patch-1
...
Correct repository owner
2017-06-17 12:42:52 +02:00
Mark Woodbridge
1eb28c99fd
Correct repository owner
2017-05-19 11:48:10 +01:00
Fabrizio Steiner
6e045ce70c
Merge pull request #80 from v2tec/CheckingContainersAsDebugLog
...
Output "Checking containers for updated images" as debug entry.
2017-04-12 18:36:36 +02:00
Fabrizio Steiner
fec369fd01
Merge pull request #79 from v2tec/DoNotCallRemoveOnAutoRemove
...
Do not initiate a RemoveContainer for containers which have AutoRemov…
2017-04-12 18:33:35 +02:00
Fabrizio Steiner
bee4607d9a
Output "Checking containers for updated images" as debug entry. fixes GH-66
2017-04-12 18:32:16 +02:00
Fabrizio Steiner
52e73d7a8a
Do not initiate a RemoveContainer for containers which have AutoRemove (--rm) active.
...
fixes GH-71
2017-04-12 08:41:36 +02:00
Fabrizio Steiner
b068c628ad
Merge pull request #75 from Robotex/host
...
Check for host network mode
2017-03-28 07:37:19 +02:00
Robotex
f8a05cb8ab
Added host network check
2017-03-24 22:58:00 +01:00
Fabrizio Steiner
e92b849dff
Merge pull request #70 from wmbutler/patch-1
...
Update README.md
2017-03-16 15:08:35 +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
8e6c9fd529
Name release tarballs for arm architecture armhf.
2017-02-16 16:41:22 +01:00
Fabrizio Steiner
265ae80099
Added arm release builds.
2017-02-03 07:39:21 +01:00
Fabrizio Steiner
56c1453832
Merge pull request #59 from v2tec/UseGoBuilderContainer
...
GoReleaser for release builds.
2017-02-02 22:16:07 +01:00
Fabrizio Steiner
9f099cf352
- Use GoBuilder container for building and release tags with goreleaser.
...
- Add version to cli.
2017-02-02 21:25:14 +01:00
Fabrizio Steiner
4da940c19e
Copy watchtower binary for ci builds to artifacts.
2017-02-01 19:03:54 +01:00
Fabrizio Steiner
88f7262f1d
Merge pull request #57 from dolanor/compose-compatibility
...
Make the algorithm follow docker-compose more precisely
2017-01-31 12:56:46 +01:00
Tanguy ⧓ Herrmann
a5c3e1e05a
Make the algorithm follow docker-compose more precisely
...
https://github.com/v2tec/watchtower/pull/40#discussion_r97719974
2017-01-31 11:00:22 +01:00
Fabrizio Steiner
ce321242bf
Merge pull request #54 from v2tec/RemoveApiVersionFlag
...
Set minimum required API Version of docker to 1.24, this basically me…
2017-01-24 22:05:10 +01:00
Fabrizio Steiner
208678872e
Fixed package path.
2017-01-24 21:56:27 +01: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
0989245a1c
Merge pull request #40 from dolanor/net
...
Fix Multiple Network Support #23
2017-01-24 21:27:15 +01:00
Fabrizio Steiner
db473821f6
Merge branch 'master' into net
2017-01-24 21:24:40 +01:00
Fabrizio Steiner
eda5391d0a
go fmt...
2017-01-24 21:06:04 +01:00
Fabrizio Steiner
6a72ba24c9
Merge pull request #53 from v2tec/GlideVendoringDependencies
...
Added glide for vendoring dependencies.
2017-01-24 20:58:37 +01:00
Fabrizio Steiner
63aa3efb11
Added glide for vendoring dependencies.
...
- Docker to 1.13.x
2017-01-24 20:52:47 +01:00