Added comments for kernel-extra

This commit is contained in:
2026-03-22 03:24:00 +08:00
parent 64970aa459
commit 0091b86cf5
7 changed files with 370 additions and 23 deletions

View File

@@ -16,6 +16,7 @@ RUN mkdir -p "/out/rootfs"
# Dev-only shortcut
COPY dev/alpine.tar.gz ./
COPY dev/crio.tar.gz ./
RUN tar -xf alpine.tar.gz -C "/out/rootfs"