File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
FICD_DM_VOLUME_GROUP : " fcci-vg"
25
25
command :
26
26
- ./.buildkite/setup_al2.sh
27
- - docker run --rm -v $PWD:/mnt debian:stretch -slim rm -rf /mnt/tools/image-builder/rootfs
27
+ - docker run --rm -v $PWD:/mnt debian:buster -slim rm -rf /mnt/tools/image-builder/rootfs
28
28
29
29
- wait
30
30
Original file line number Diff line number Diff line change 23
23
EXTRAGOARGS : " -race"
24
24
command :
25
25
- make test-images
26
- - docker run --rm -v $PWD:/mnt debian:stretch -slim rm -rf /mnt/tools/image-builder/rootfs
26
+ - docker run --rm -v $PWD:/mnt debian:buster -slim rm -rf /mnt/tools/image-builder/rootfs
27
27
- sudo install -d -o root -g buildkite-agent -m 775 "/local/artifacts/$BUILDKITE_BUILD_NUMBER"
28
28
- cp tools/image-builder/rootfs.img "/local/artifacts/$BUILDKITE_BUILD_NUMBER/"
29
29
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SUBMODULES=_submodules
28
28
UID: =$(shell id -u)
29
29
GID: =$(shell id -g)
30
30
31
- FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.13-stretch
31
+ FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.13-buster
32
32
export FIRECRACKER_CONTAINERD_TEST_IMAGE? =localhost/firecracker-containerd-test
33
33
export GO_CACHE_VOLUME_NAME? =gocache
34
34
You can’t perform that action at this time.
0 commit comments