Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor: github.com/moby/buildkit v0.8.2 #42056

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Feb 22, 2021

full diff: moby/buildkit@68bb095...9065b18

Changes in moby:

Signed-off-by: Sebastiaan van Stijn github@gone.nl
Signed-off-by: Tibor Vass tibor@docker.com

@thaJeztah
Copy link
Member Author

thaJeztah commented Feb 22, 2021

I'll update this one to include moby/buildkit#1991 as well

updated

@thaJeztah
Copy link
Member Author

@tonistiigi @tiborvass @AkihiroSuda ptal

full diff: moby/buildkit@68bb095...9065b18

- fix seccomp compatibility in 32bit arm
    - fixes Unable to build alpine:edge containers for armv7
    - fixes Buildx failing to build for arm/v7 platform on arm64 machine
- resolver: avoid error caching on token fetch
    - fixes "Error: i/o timeout should not be cached"
- fileop: fix checksum to contain indexes of inputs
- frontend/dockerfile: add RunCommand.FlagsUsed field
    - relates to [20.10] Classic builder silently ignores unsupported Dockerfile command flags
- update qemu emulators
    - relates to "Impossible to run git clone inside buildx with non x86 architecture"
- Fix reference count issues on typed errors with mount references
    - fixes errors on releasing mounts with typed execerror refs
    - fixes / addresses invalid mutable ref when using shared cache mounts
- dockerfile/docs: fix frontend image tags
- git: set token only for main remote access
    - fixes "Loading repositories with submodules is repeated. Failed to clone submodule from googlesource"
- allow skipping empty layer detection on cache export

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Tibor Vass <tibor@docker.com>
@tiborvass tiborvass changed the title vendor: github.com/moby/buildkit v0.8.1-16-g3da6befd (v0.8 branch) vendor: github.com/moby/buildkit v0.8.2 Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment