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

18 Commits

Author SHA1 Message Date
Victor Moura
85d39ddcd1 Edits goreleaser to match exclusive dockerfiles folder 2020-01-08 19:42:08 -03:00
Simon Aronsson
09ddabd01c utilize goreleaser builtins and reformat code 2019-04-14 22:08:13 +02:00
thelamer
9dd80681c7 additional release logic to try to push manifested releases on publish 2019-04-14 22:08:13 +02:00
Simon Aronsson
1f9099770b reduce to one dockerfile as they have the exact same content 2019-04-10 21:52:27 +02:00
Simon Aronsson
ebb416819c remove (another) erroneuos i in goreleaser 2019-04-07 17:02:33 +02:00
Simon Aronsson
bf9e1ed199 remove erroneuos i in goreleaser 2019-04-07 16:56:51 +02:00
Simon Aronsson
0cd6e6954a minor changes to make it work with new goreleaser version 2019-04-07 16:51:37 +02:00
Prashanth Joseph Babu
59eb978b5f 32bit support 2019-04-07 16:46:04 +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
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