Commit Graph

798 Commits (1e98de491d78c6860ee09bf9f195043336339a77)
 

Author SHA1 Message Date
CrazyMax 1e98de491d
Merge pull request from thaJeztah/update_xx
Dockerfile: update to tonistiigi/xx:1.1.0
Sebastiaan van Stijn b54a0aa37c
Dockerfile: update to tonistiigi/xx:1.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tõnis Tiigi a60150cbc6
Merge pull request from szeber/kubernetes-tolerations
feat: add tolerations handling to kubernetes driver
Zsolt 3f6517747e Add support for defining kubernetes tolerations
Signed-off-by: Zsolt <zsolt.szeberenyi@figured.com>
Tõnis Tiigi adafbe0e65
Merge pull request from crazy-max/vendor-buildkit
vendor: update buildkit to 3e38a2d
CrazyMax a49ad031a5
vendor: update buildkit to 3e38a2d
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tõnis Tiigi c3db06cda0
Merge pull request from crazy-max/nocache-mod-outdated
chore: use no-cache-filter for outdated stage
Akihiro Suda 1201782a11
Merge pull request from crazy-max/update-compose-go
update github.com/compose-spec/compose-go to v1.2.1
CrazyMax 243b428a58
compose: add test for port mapping
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 785dc17f13
update github.com/compose-spec/compose-go to v1.2.1
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax cad87f54c5
Merge pull request from crazy-max/bake-fix-visited-group
bake: fix skipped group when already visited by another one
CrazyMax 0b8dde1071
bake: fix skipped group when already visited by another one
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 1ca30a58c2
Merge pull request from developer-guy/feature/1001
feat: printing driver options
CrazyMax 1246e8da3a
Merge pull request from thaJeztah/bump_distribution
vendor: github.com/docker/distribution v2.8.1
Sebastiaan van Stijn c0f31349a6
vendor: github.com/docker/distribution v2.8.1
no significant changes to code we use, but the v2.8.0 module was borked

full diff: https://github.com/docker/distribution/compare/v2.8.0...v2.8.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tõnis Tiigi 5c2d2f294d
Merge pull request from tonistiigi/update-fsutil-220315
vendor: update fsutil to 9ed61262
Batuhan Apaydın da4c27e9af
feat: printing driver options
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Tonis Tiigi 111ea95629 vendor: update fsutil to 9ed61262
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 3adca1c17d
Merge pull request from thaJeztah/replace_ioutil
Remove uses of deprecated io/ioutil
Tõnis Tiigi 6ffe22b843
Merge pull request from crazy-max/buildinfo-use-helper
imagetools inspect: use buildinfo helper
CrazyMax 824cb42fe0
dockerfile: update frontend to 1.4
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 08bb626304
chore: use no-cache-filter for outdated stage
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 38311a35f2
imagetools inspect: use buildinfo helper
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sebastiaan van Stijn fd62216cbc
golangci-lint: prevent io/ioutil from being used
The package has been deprecated since Go 1.16:

https://go.dev/doc/go1.16#ioutil

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn fc7ba75fd7
Remove uses of deprecated io/ioutil
The package has been deprecated since Go 1.16: https://go.dev/doc/go1.16#ioutil

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Tõnis Tiigi c8f7c1e93f
Merge pull request from tonistiigi/update-buildkit-220308
vendor: update buildkit
Tõnis Tiigi b78c680207
Merge pull request from crazy-max/moby-imgdgst
build: set remote digest when pushed with docker driver
Tonis Tiigi d7412c9420 vendor: update buildkit
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
CrazyMax a7fba7bf3a
Merge pull request from tonistiigi/bake-metadata-fix
bake: restore consistent output for metadata
CrazyMax 19ff7cdadc
build: set remote digest when pushed with docker driver
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tonis Tiigi c255c04eed bake: restore consistent output for metadata
Metadata formatting should not depend on the number
of targets.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 9fcea76dea
Merge pull request from tonistiigi/logs-dupes
progress: avoid double logs when multiple targets build same step
Tõnis Tiigi 1416bc1d83
Merge pull request from crazy-max/imagetools-inspect-order
imagetools inspect: keep platform order
CrazyMax 215a128fc1
imagetools inspect: missing manifest digest for manifest-list (json)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 4e4eea7814
imagetools inspect: deterministic platform order
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tõnis Tiigi 8079bd2841
Merge pull request from crazy-max/imageid
build: return imageID when loading without docker driver
CrazyMax 2d5368cccc
Merge pull request from tonistiigi/target-context-remove
build: remove target context if platform specific used
CrazyMax a1256c6bb2
Merge pull request from tonistiigi/multi-node-platform
build: fix multi-node builds with mixed platforms
CrazyMax e7863eb664
build: return imageID when loading without docker driver
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tonis Tiigi 171c4375a1 build: fix multi-node builds with mixed platforms
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 45844805ec build: remove target context if platform specific used
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi b77d7864fa progress: avoid double logs when multiple targets build same step
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 6efcee28d5
Merge pull request from crazy-max/vendor-docker-cli
vendor: update docker/cli to 8667ccd
Tõnis Tiigi 3ad24524c4
Merge pull request from crazy-max/fix-docs
docs: small fixes
CrazyMax 971b5d2b73
vendor: update docker/cli to 8667ccd
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 94c5dde85a
docs: small fixes
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Tõnis Tiigi f62c02329e
Merge pull request from tonistiigi/update-buildkit-20220225
vendor: update buildkit to 0692ad79
Tonis Tiigi d2e53f5e05 vendor: update buildkit to 0692ad79
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tõnis Tiigi 7af29802d4
Merge pull request from crazy-max/buildinfo-cmd
imagetools inspect: add --format flag
Tõnis Tiigi 6ac01ec9ac
Merge pull request from tonistiigi/bake-context-validation
bake: additional support for named context on remote inputs