mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 06:22:40 +00:00
bump runc to v1.3.0 and containerd to v2.1.4 (#4165)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -4,7 +4,7 @@ FROM linuxkit/alpine:6090baae063eb5023c9601966e88df831f789a70 as alpine
|
||||
RUN apk add tzdata binutils
|
||||
RUN mkdir -p /etc/init.d && ln -s /usr/bin/service /etc/init.d/020-containerd
|
||||
|
||||
FROM linuxkit/containerd-dev:0de800928578cd1915c68ed4834175df5b641db1 as containerd-dev
|
||||
FROM linuxkit/containerd-dev:1a4eee3fc0d683667c9115256f035f792f681f30 as containerd-dev
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT []
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Dockerfile to build linuxkit/init for linuxkit
|
||||
FROM linuxkit/containerd-dev:0de800928578cd1915c68ed4834175df5b641db1 AS containerd-dev
|
||||
FROM linuxkit/containerd-dev:1a4eee3fc0d683667c9115256f035f792f681f30 AS containerd-dev
|
||||
FROM linuxkit/alpine:6090baae063eb5023c9601966e88df831f789a70 AS build
|
||||
RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
|
||||
ENV RUNC_COMMIT=v1.1.12
|
||||
ENV RUNC_COMMIT=v1.3.0
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
git clone https://github.com/opencontainers/runc.git
|
||||
|
||||
Reference in New Issue
Block a user