mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-26 09:01:17 +02:00
fix: revert runc to v1.0.0-rc.6 (#470)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
8dba7db9a2
commit
9bc2f8fc48
@ -159,7 +159,7 @@ RUN cd $GOPATH/src/github.com/containerd/containerd \
|
||||
&& cp bin/containerd /rootfs/bin \
|
||||
&& cp bin/containerd-shim /rootfs/bin
|
||||
# runc
|
||||
RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc7/runc.amd64 -o /rootfs/bin/runc
|
||||
RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc6/runc.amd64 -o /rootfs/bin/runc
|
||||
RUN chmod +x /rootfs/bin/runc
|
||||
# CNI
|
||||
RUN mkdir -p /rootfs/opt/cni/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user