1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-23 18:34:04 +02:00

5 Commits

Author SHA1 Message Date
Zois Pagoulatos
baf5e50051 Re-apply based on new go flags package (#336) 2019-07-21 18:00:56 +02:00
Simon Aronsson
998e8052c5 switch urfave to cobra 2019-06-22 22:51:35 +02:00
Simon Aronsson
498d500657 exclude markdown files from coverage analysis 2019-04-17 21:44:31 +02:00
Simon Aronsson
a2158c2bdc fix merge conflicts and do some refactoring 2019-04-08 20:25:55 +02:00
Simon Aronsson
1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
2019-04-06 13:57:26 +02:00