This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 424
[19.03 backport] BuildKit fixes #215
Merged
thaJeztah
merged 10 commits into
docker-archive:19.03
from
thaJeztah:19.03_backport_buildkit_fixes
May 14, 2019
Merged
[19.03 backport] BuildKit fixes #215
thaJeztah
merged 10 commits into
docker-archive:19.03
from
thaJeztah:19.03_backport_buildkit_fixes
May 14, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
full diff: moby/buildkit@8818c67...v0.5.0 - moby/buildkit#909 exporter: support unpack opt for image exporter - moby/buildkit#961 dockerfile: allow subdirs for remote contexts Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 3e4723c) Signed-off-by: Sebastiaan van Stijn <[email protected]>
- containerd/continuity#140 Fix directory comparison in changes Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 447cbff) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 25e6487) Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: containerd/console@c12b1e7...0650fd9 - containerd/console#30 Add common project repo checks/README references Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 3d7d8a5) Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: gogo/protobuf@v1.2.0...v1.2.1 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 647f31b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: gogo/googleapis@08a7655...v1.2.0 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 5d51ac5) Signed-off-by: Sebastiaan van Stijn <[email protected]>
no local changes, just syncing with containerd Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit d6d2b30) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]> (cherry picked from commit a3cbd53) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]> (cherry picked from commit 91a57f3) Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: grpc/grpc-go@v1.12.2...v1.20.1 includes grpc/grpc-go#2695 transport: do not close channel that can lead to panic addresses moby#39053 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 28ad54d) Signed-off-by: Sebastiaan van Stijn <[email protected]>
AkihiroSuda
approved these changes
May 14, 2019
tiborvass
approved these changes
May 14, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
backports for 19.03 of:
release notes: https://github.com/moby/buildkit/releases/tag/v0.5.0
Brings in following fixes: