crictl can import images but slow

This commit is contained in:
2026-03-24 20:52:17 +08:00
parent ac05d3e5dc
commit 58da0aada6
15 changed files with 474 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS kernel-build
FROM --platform=$BUILDPLATFORM debian:trixie-slim AS kernel-build
ENV DEBIAN_FRONTEND=noninteractive
@@ -10,11 +10,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
bison \
build-essential \
cpio \
ca-certificates \
curl \
dosfstools \
file \
fdisk \
fuse-overlayfs \
gdisk \
e2fsprogs \
flex \
git \
gettext-base \
@@ -27,6 +30,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
perl \
python3 \
qemu-user-static \
podman \
skopeo \
rsync \
tar \
udev \