-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update buildkit to v0.10.0 #8845
Conversation
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 |
/hold Feel free to remove the hold label @aledbf |
/werft run 👍 started the job as gitpod-build-aledbf-buildkit.72 |
That's fine. Let's see if we can pull and run the images |
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 |
Description
Update buildkit to v0.10.0
From the release:
estargz
compression 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