1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal
Carlos Alexandro Becker be3a1b22d4
fix: create temp docker outside dist (#3823)
Creating the temp dir for docker builds was required back in the day
because we symlinked the files, so to avoid different filesystems et al,
this was the easier solution.

Since many versions ago, we switched to copying the files instead, which
works a lot better.

This also means we don't need the dist check for extra files anymore, as
long as we create the temp outside dist.

All that said, this PR does 2 things:
- changes the docker pipe to create the dist in the user's tempdir
instead of dist
- removes the dist path check for docker's extra files

closes #3790
closes #3791
2023-03-02 21:01:33 -03:00
..
archivefiles test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
artifact fix: race condition on artifacts.List (#3813) 2023-03-01 01:05:30 -03:00
builders test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
client test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
commitauthor test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
deprecate test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
exec test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
extrafiles test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
gio fix: convert to forward slashes inside gio.Copy (#3794) 2023-02-22 20:02:12 -03:00
git refactor: making it easier to merge with pro (#3463) 2022-10-14 00:31:05 -03:00
golden feat: remove gofish (#3312) 2022-08-16 01:16:45 -03:00
http test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
ids chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
logext fix: do not do fancy 3rd party process logging (#3747) 2023-02-01 23:25:36 -03:00
middleware refactor: improve tmpls that eval to a bool (#3726) 2023-01-28 23:21:43 -03:00
pipe fix: create temp docker outside dist (#3823) 2023-03-02 21:01:33 -03:00
pipeline feat: add digest to artifacts info of published docker images (#3540) 2022-11-12 14:51:53 -03:00
semerrgroup chore: remove duplicate word in comments (#3347) 2022-08-30 11:42:29 -03:00
shell test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
static fix: init with extra quote 2022-12-21 23:43:30 -03:00
testctx test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
testlib feat: add ko support (#3653) 2023-01-16 22:34:49 -03:00
tmpl test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
yaml feat(yaml): upgraded from yaml.v2 to yaml.v3 (#3004) 2022-03-29 14:00:53 -03:00