1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
32ca896a24
feat: docker in parallel 2017-12-25 23:27:06 -02:00
Carlos Alexandro Becker
bceb42d50b
feat: using filepath.Walk to link files and folders 2017-12-24 10:12:51 -02:00
Sven Loth
e4da87b262 feat: docker - added linker for extra directories
When adding extra files to docker using a hard link it is impossible
to add a directory because only files can be linked hard. For directories
I added a linker that recursively linkes all files in a directory and re-
creates the directory structure in the dist directory.
2017-12-20 22:57:15 +01:00
Carlos Alexandro Becker
64485c9c37
fix: docker images on release notes 2017-12-17 23:11:17 -02:00
Carlos Alexandro Becker
3cfa0787b3
refactor: fixed docker pipe 2017-12-17 18:10:38 -02:00
Carlos Alexandro Becker
32fbebcc58
refactor: small fixes here and there 2017-12-17 18:01:58 -02:00
Carlos Alexandro Becker
1982259c29
refactor: improved artifact filtering 2017-12-17 16:59:54 -02:00
Carlos Alexandro Becker
e9b276923a
refactor: fixed docker and archive pipes 2017-12-17 16:46:45 -02:00
Frank Schroeder
25e1cddc1b feat: allow env vars for docker tag_template
Add env var support for the Docker tag_template field incl. test.
2017-12-05 21:42:04 -02:00
Carlos Alexandro Becker
3be7299047 fix: using the right import
VSCode used alecthomas/template instead of
text/template automatically
2017-12-05 14:49:25 -02:00
Carlos Alexandro Becker
14d1347ed9 feat: allow templates on docker tags
Allow to template docker tags.

Closes #433
2017-12-05 14:49:25 -02:00
Carlos Alexandro Becker
44d01ceccb fix: removed uneeded docs
We use fmt.Stringer now
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
b702adfc61 test: docker tests
Added tests for docker defaulter
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
1ed299a6d7 refactor: defaulter interface
Right now the code looks weird because the defaults
of a pipe are far away of the implementation of the pipe.

the intend of this PR is to bring them closer by having a
Defaulter interface.

I also renamed the Pipe interface to Piper, and removed
the Description method in favor for fmt.Stringer.
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
2cc10c3cc8 chore: fixed/ignore lint issues
GAS started to break on file/folder permissions
and executing things with variables.

closes #422
2017-11-26 20:40:07 -02:00
Carlos Alexandro Becker
b72e2bc27e
fixed lint errors 2017-09-26 18:50:00 -03:00
Carlos Alexandro Becker
bd7e503961
allows extra copies in the docker image 2017-09-25 19:10:04 -03:00
Carlos Alexandro Becker
ff0750285c
typo 2017-09-22 09:44:15 -03:00
Carlos Alexandro Becker
230d794c75
fix 2017-09-22 09:26:35 -03:00
Carlos Alexandro Becker
2e31f04bf9
fix 2017-09-22 09:26:19 -03:00
Benjamin Jorand
26d1bc9d01 push image with tag latest 2017-09-22 12:10:05 +02:00
Carlos Alexandro Becker
c320f338ea
adding docker images into the release notes 2017-09-16 15:31:48 -03:00
Carlos Alexandro Becker
5ac2918380 Merge pull request #360 from goreleaser/linter
enabled more linters and fixed them
2017-09-16 14:09:01 -03:00
Carlos Alexandro Becker
ab1acbb897
fixed log msg 2017-09-14 21:35:11 -03:00
Carlos Alexandro Becker
64ffdd4a5c
enabled more linters and fixed them 2017-09-14 21:19:56 -03:00
Carlos Alexandro Becker
2175bf1e80
also supporting latest docker tag 2017-09-14 20:16:49 -03:00
Carlos Alexandro Becker
bf6b6fe9f8
fixed docker version name when snapshots 2017-09-14 19:38:48 -03:00
Carlos Alexandro Becker
bbc594864e
added some docker pipe tests 2017-09-12 20:58:02 -03:00
Carlos Alexandro Becker
9f95e2a3c8
custom dockerfile name 2017-09-12 10:04:56 -03:00
Carlos Alexandro Becker
ea55b4f5a1
linking 2017-09-12 07:54:43 -03:00
Carlos Alexandro Becker
7e1a4b4f94
initial test 2017-09-12 00:29:12 -03:00
Carlos Alexandro Becker
4c4b9ef42c
cleanups 2017-09-12 00:22:02 -03:00
Carlos Alexandro Becker
2ce8589587
improvements 2017-09-11 23:59:43 -03:00
Carlos Alexandro Becker
5de81fbaac
imports 2017-09-11 23:50:57 -03:00
Carlos Alexandro Becker
60901d31f3
improvements 2017-09-11 23:42:36 -03:00
Carlos Alexandro Becker
b9e8ed64d1
draft: docker support 2017-09-11 23:31:00 -03:00