mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Use go1.10 for containerd test package too
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
2aea82683e
commit
c9e382ade0
@ -3,6 +3,7 @@ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
|||||||
# btrfs-progfs is required for btrfs test (mkfs.btrfs)
|
# btrfs-progfs is required for btrfs test (mkfs.btrfs)
|
||||||
# util-linux is required for btrfs test (losetup)
|
# util-linux is required for btrfs test (losetup)
|
||||||
# xfsprogs is required for xfs test (mkfs.xfs)
|
# xfsprogs is required for xfs test (mkfs.xfs)
|
||||||
|
# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7
|
||||||
RUN apk add --no-cache --initdb -p /out \
|
RUN apk add --no-cache --initdb -p /out \
|
||||||
alpine-baselayout \
|
alpine-baselayout \
|
||||||
busybox \
|
busybox \
|
||||||
@ -10,7 +11,7 @@ RUN apk add --no-cache --initdb -p /out \
|
|||||||
btrfs-progs-dev \
|
btrfs-progs-dev \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
go \
|
go1.10 \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
|
Loading…
Reference in New Issue
Block a user