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

10 Commits

Author SHA1 Message Date
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
Simon Aronsson
ab299b59f8 change repo paths 2019-04-03 21:02:05 +02:00
Napster
21bcca3326
Add arm64v8 build 2018-03-19 14:00:30 +01:00
Fabrizio Steiner
5a67cc50a3 update to build image with docker 17.05.0-ce and latest goreleaser 2018-03-02 16:01:00 +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
6d3a3f7ff0 Crosscompile for windows. 2017-12-27 15:37:55 +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
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
9f099cf352 - Use GoBuilder container for building and release tags with goreleaser.
- Add version to cli.
2017-02-02 21:25:14 +01:00