Update buildkit to v0.10.0#8845
Merged
Merged
Conversation
Fix change method signature
mrsimonemms
approved these changes
Mar 17, 2022
Contributor
|
Changes lgtm. Did we test it in a preview cluster? Asking as we had an issue few months back due to kernel version mismatch in core-dev vs production cluster for seccomp related library IIRC |
Contributor
|
/hold Feel free to remove the hold label @aledbf |
princerachit
approved these changes
Mar 22, 2022
Contributor
|
/werft run 👍 started the job as gitpod-build-aledbf-buildkit.72 |
Contributor
Contributor
Author
|
That's fine. Let's see if we can pull and run the images |
Contributor
|
Pulls and runs with Docker, from within a Gitpod workspace (below). @aledbf did you mean for us to pull and run with gitpod /workspace/template-python-flask $ docker pull gitpod/workspace-base:2022-03-22-23-33-48
2022-03-22-23-33-48: Pulling from gitpod/workspace-base
7c3b88808835: Pull complete
1a6c7d47e350: Pull complete
9b9520697272: Pull complete
1053a3433f50: Pull complete
ec9286dc5cb1: Pull complete
deddeec0851f: Pull complete
7239558c491a: Pull complete
144a66bbcecf: Pull complete
dba6875c6cab: Pull complete
db7fd1dc56ad: Pull complete
c0f79738a6ca: Pull complete
cf2dda9310a4: Pull complete
4c0bb169f4fa: Pull complete
c150e288551f: Pull complete
2bf42b2cf4e4: Pull complete
6af2bf264877: Pull complete
0f56f319ee7f: Pull complete
12f57f1f477a: Pull complete
Digest: sha256:7a77532e8c2c0eead2f80bf992c5a9f6f5cc193b866f62e714a94e3a0add28b5
Status: Downloaded newer image for gitpod/workspace-base:2022-03-22-23-33-48
docker.io/gitpod/workspace-base:2022-03-22-23-33-48
gitpod /workspace/template-python-flask $ docker run -it --rm gitpod/workspace-base:2022-03-22-23-33-48
gitpod ~ $ ls
gitpod ~ $ pwd |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Description
Update buildkit to v0.10.0
From the release:
estargzcompression type moby/buildkit#2246 cache: Allow sharing compression variants among refs moby/buildkit#2603 Fix estargz compression loses the original tar metadata moby/buildkit#2352 Fix refs ignoring gc labels of contents moby/buildkit#2674We should also see an improvement in build times
How to test
Release Notes