Draft for making OTA images

This commit is contained in:
2026-03-31 04:26:03 +08:00
parent 3bbd0a00a8
commit f67c338e60
5 changed files with 161 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
ARG TAG=dev
ARG BUILD_BASE_TAG=dev
ARG DOCKER_IMAGE_ROOT=monok8s
FROM --platform=$BUILDPLATFORM ${DOCKER_IMAGE_ROOT}/build-base:${TAG} AS build-base
FROM --platform=$BUILDPLATFORM ${DOCKER_IMAGE_ROOT}/build-base:${BUILD_BASE_TAG} AS build-base
ARG TAG
ARG ALPINE_ARCH

View File

@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pahole \
parted \
perl \
pv \
python3 \
qemu-user-static \
podman \
@@ -36,6 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tar \
udev \
xz-utils \
zstd \
dwarves \
gcc-aarch64-linux-gnu \
binutils-aarch64-linux-gnu \