vendor buildkit v0.9.1-0.20211025222436-33fb83eb7166#42968
vendor buildkit v0.9.1-0.20211025222436-33fb83eb7166#42968crazy-max wants to merge 2 commits intomoby:masterfrom
Conversation
f70b3c4 to
b85afc6
Compare
dfdf27d to
248ea14
Compare
|
Seeing a bunch of these; Also: Looks like these are because the error output changed (now has Perhaps we need to check for Also wondering if that test should be rewritten to use a test-table (feels like they're quite similar), and/or to be an API test, but that's a different topic. |
| # buildkit | ||
| github.com/moby/buildkit 9f254e18360a24c2ae47b26f772c3c89533bcbb7 # master / v0.9.0-dev | ||
| github.com/tonistiigi/fsutil d72af97c0eaf93c1d20360e3cb9c63c223675b83 | ||
| github.com/moby/buildkit 33fb83eb71666c2b0b5934e3f4e651f8cfa255c4 # master / v0.9.1-0.20211025222436-33fb83eb7166 |
There was a problem hiding this comment.
v0.9.1-0 means 0 commits since v0.9.1, correct? In that case, perhaps better to mention it's v0.9.1;
| github.com/moby/buildkit 33fb83eb71666c2b0b5934e3f4e651f8cfa255c4 # master / v0.9.1-0.20211025222436-33fb83eb7166 | |
| github.com/moby/buildkit 33fb83eb71666c2b0b5934e3f4e651f8cfa255c4 # v0.9.1 |
There was a problem hiding this comment.
v0.9.1-0means0commits sincev0.9.1, correct?
Actually it means it's a base version derived from a semantic version tag that precedes the revision 33fb83eb7166: https://golang.org/ref/mod#pseudo-versions
There was a problem hiding this comment.
Ah! 🤦 I looked at it and thought it was from a git describe (which uses -<number of commits>
Should we use tagged versions (or will there be new tags soon?)
There was a problem hiding this comment.
(or will there be new tags soon?)
Wanted to have the last changes from BuildKit because moby/buildkit#2425 was needed. Next release is v0.9.2 so I think I can open another PR to vendor this release and keep this one as draft for now while waiting for v0.10.0 (cc @tonistiigi).
Thanks for the review, yes indeed I will take a look on failed tests. |
248ea14 to
8e2e651
Compare
Related to https://github.com/moby/buildkit/pull/2218/files#diff-ad3df5875e5e135e646046bd3c77fd5f1bb8b2d424d8e97d1ffad6c1c23a4b9aR136. Tests have been updated.
Also related to moby/buildkit#2218. Instructions were checked as case-sensitive which is wrong anyway. |
72f34b4 to
ba1c019
Compare
|
@crazy-max As there seem to be swarmkit errors in CI let's make a PR first for containerd-only vendor and see if it has the same issues to understand where the breaking point is. |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
5550c05 to
e9bebab
Compare
|
superseded by #43239 |
vendor: github.com/moby/buildkit v0.9.1-0.20211025222436-33fb83eb7166
moby/buildkit@9f254e1...33fb83e
estargzcompression type buildkit#2246vendor: go.opentelemetry.io
Needs to also upgrade the following dependencies:
vendor: github.com/containerd/stargz-snapshotter estargz/v0.8.1-0.20210910092506-a3ecdc9366fb
For estargz compression type
vendor: github.com/containerd/containerd v1.5.1-0.20210721160646-ee27cde735e2
See https://github.com/moby/buildkit/blob/f352ee857b206a3cb81ac7fc88fdef7ae514a911/go.mod#L124
notes
needs Re-add Finalize method to ImmutableRef. buildkit#2425cc @tonistiigi @thaJeztah @aaronlehmann
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com