1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe/docker
Erkan Zileli 5ea003c6f6
feat(docker): add buildpacks support (#2461)
* feat(docker): add buildpacks support

Signed-off-by: Erkan Zileli <erkanzileli@gmail.com>

* fix: move buildpacker imager code into own go file

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* fix: use docker imager push method for buildpack imager push

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* fix: return statement

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* move test into api_buildback_test

Signed-off-by: Furkan <furkan.turkal@trendyol.com>

* fix: use buildpacks instead of buildpack

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* fix(lint): fix lint issue

* fix(buildpacks): use cwd instead of root directory

* doc: add how to use a custom buildpack document

Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com>

* fix(doc): update docs as suggested

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Co-authored-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Furkan <furkan.turkal@trendyol.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2021-09-11 02:21:33 +00:00
..
testdata refactor(docker): preparing for multiple backends (#2319) 2021-06-27 17:55:00 -03:00
api_buildpack_test.go feat(docker): add buildpacks support (#2461) 2021-09-11 02:21:33 +00:00
api_buildpack.go feat(docker): add buildpacks support (#2461) 2021-09-11 02:21:33 +00:00
api_docker.go feat(docker): add buildpacks support (#2461) 2021-09-11 02:21:33 +00:00
api.go fix: log docker args on debug 2021-08-31 23:34:21 -03:00
doc.go feat: multi-arch docker images (#1923) 2020-11-28 16:26:37 -03:00
docker_test.go feat(docker): add buildpacks support (#2461) 2021-09-11 02:21:33 +00:00
docker.go feat(docker): add buildpacks support (#2461) 2021-09-11 02:21:33 +00:00
manifest.go feat: add id to dockers and docker_manifests (#2399) 2021-08-16 22:11:54 -03:00