1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/docker
Carlos Alexandro Becker d5a413f9f4
feat: add context info to docker build errors (#3920)
its too hard to debug docker build issues... sometimes is just a typo in
the binary name, and you might end debugging it for way too long...

this prints the full path to the build context (so, locally at least,
you can cd into it) and also all the files available there when the
error seems to be one of the "file not found" kind.

Hopefully this helps fixing things easier :)

closes #3912

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-04-08 21:06:04 -03:00
..
testdata feat: add context info to docker build errors (#3920) 2023-04-08 21:06:04 -03:00
api_docker.go fix: many linting issues 2023-03-19 22:17:18 -03:00
api.go fix: do not do fancy 3rd party process logging (#3747) 2023-02-01 23:25:36 -03:00
doc.go feat: multi-arch docker images (#1923) 2020-11-28 16:26:37 -03:00
docker_test.go feat: add context info to docker build errors (#3920) 2023-04-08 21:06:04 -03:00
docker.go feat: add context info to docker build errors (#3920) 2023-04-08 21:06:04 -03:00
manifest.go feat: add healthcheck cmd (#3826) 2023-03-03 09:50:15 -03:00