vendor: github.com/containerd/containerd v1.6.3#2833
Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
| @@ -1,7 +1,7 @@ | |||
| # syntax=docker/dockerfile-upstream:1.4 | |||
|
|
|||
| ARG RUNC_VERSION=v1.0.2 | |||
There was a problem hiding this comment.
We should update runc too, but that can be another PR
There was a problem hiding this comment.
Yes I was talking with @thaJeztah and @tonistiigi about this one. We could temporarily patch libseccomp using go mod edit with seccomp/libseccomp-golang#85 for runc stage in the Dockerfile. WDYT?
There was a problem hiding this comment.
Can we just download the runc binary from https://github.com/opencontainers/runc/releases/tag/v1.1.1 ?
Maybe we have discussed this before and we found that the runc upstream lacks RISC-V binary
There was a problem hiding this comment.
I'd love to see it merged in libseccomp; carried tonis's PR last week to try to unblock it; please review that one (hopefully it will help getting attention of the maintainers there) seccomp/libseccomp-golang#90
There was a problem hiding this comment.
PR for upstream runc.riscv64:
containerd/containerd@5ff8fce...v1.6.3