-
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
Dockerfile: update containerd binary to v2.0.0 #5463
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
514961a
to
dd53dab
Compare
52354c8
to
3b9210a
Compare
3b9210a
to
5ac88d4
Compare
59bb74c
to
555b636
Compare
Dockerfile
Outdated
ARG TARGETPLATFORM | ||
ENV CGO_ENABLED=1 BUILDTAGS=no_btrfs GO111MODULE=off | ||
RUN xx-apk add musl-dev gcc && xx-go --wrap | ||
RUN --mount=target=/root/.cache,type=cache <<EOT | ||
COPY --chmod=755 <<EOT /build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actual bug discovered by build check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variables should be defined before their use
UndefinedVar: Usage of undefined variable '$ext'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
5e16acf
to
d13efaa
Compare
Needs a rebase, conflicts with changes in |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
d13efaa
to
c399353
Compare
Rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing containerd-1.7
entry in this matrix:
buildkit/.github/workflows/.test.yml
Line 114 in 11f4528
- containerd-1.6 |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
c399353
to
b1adeed
Compare
Fixed |
Are we waiting for anything here or it can be merged? |
No description provided.