File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2424 FICD_DM_VOLUME_GROUP : " fcci-vg"
2525 command :
2626 - ./.buildkite/setup_al2.sh
27- - docker run --rm -v $PWD:/mnt debian:buster -slim rm -rf /mnt/tools/image-builder/rootfs
27+ - docker run --rm -v $PWD:/mnt debian:bullseye -slim rm -rf /mnt/tools/image-builder/rootfs
2828
2929 - wait
3030
Original file line number Diff line number Diff line change 2323 EXTRAGOARGS : " -race"
2424 command :
2525 - make test-images
26- - docker run --rm -v $PWD:/mnt debian:buster -slim rm -rf /mnt/tools/image-builder/rootfs
26+ - docker run --rm -v $PWD:/mnt debian:bullseye -slim rm -rf /mnt/tools/image-builder/rootfs
2727 - sudo install -d -o root -g buildkite-agent -m 775 "/local/artifacts/$BUILDKITE_BUILD_NUMBER"
2828 - cp tools/image-builder/rootfs.img "/local/artifacts/$BUILDKITE_BUILD_NUMBER/"
2929
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SUBMODULES=_submodules
2828UID: =$(shell id -u)
2929GID: =$(shell id -g)
3030
31- FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.17-buster
31+ FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.17-bullseye
3232export FIRECRACKER_CONTAINERD_TEST_IMAGE? =localhost/firecracker-containerd-test
3333export GO_CACHE_VOLUME_NAME? =gocache
3434
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
22# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
33# to CMD will be provided appended to /bin/bash -c
4- FROM golang:1.17-stretch
4+ FROM golang:1.17-bullseye
55ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
66ENV INSTALLROOT="/usr/local"
77ENV DEBIAN_FRONTEND="noninteractive"
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
2020 libdevmapper-dev \
2121 libseccomp-dev \
2222 tcpdump \
23+ iproute2 \
2324 rng-tools # used for rngtest
2425
2526RUN mkdir -p \
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM debian:buster -slim
14+ FROM debian:bullseye -slim
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install \
You can’t perform that action at this time.
0 commit comments