mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-11 11:50:24 +00:00
Containerd v2.0.3 (#4112)
* containerd to semver v2.0.3 Signed-off-by: Avi Deitcher <avi@deitcher.net> * containerd v2.0.3 plus commits to fix blkdiscard Signed-off-by: Avi Deitcher <avi@deitcher.net> * update containerd-dev dependencies Signed-off-by: Avi Deitcher <avi@deitcher.net> * updated pkg/init and pkg/containerd deps Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/containerd-dev:dcb484003086d12dc0458793375f3769553f330e as containerd-dev
|
||||
FROM linuxkit/containerd-dev:fb4bf37a114ce1eb8a2c4ed3db91a50301805e2c as containerd-dev
|
||||
FROM linuxkit/alpine:35b33c6b03c40e51046c3b053dd131a68a26c37a AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
# btrfs-progfs is required for btrfs test (mkfs.btrfs)
|
||||
@@ -23,9 +23,6 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
xfsprogs \
|
||||
tzdata
|
||||
|
||||
# because we want the one from util-linux-misc at /sbin/blkdiscard to override the one from busybox
|
||||
RUN rm /out/usr/bin/blkdiscard
|
||||
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
RUN cp /out/usr/share/zoneinfo/UTC /out/etc/localtime
|
||||
|
||||
|
Reference in New Issue
Block a user