This commit is contained in:
2026-03-22 03:18:38 +01:00
parent 5fec66c16c
commit 5738402736
2 changed files with 5 additions and 5 deletions

0
.docker-cache/icons.ref Normal file
View File

View File

@@ -9,14 +9,14 @@ RUN cat /tmp/glide.ref > /dev/null && \
rm -Rf glide/.git
FROM i386/alpine:latest AS icons-fetcher
ARG CACHE_BUST=10
ARG CACHE_BUST=11
RUN apk add --no-cache git ca-certificates
COPY .docker-cache/icons.ref /tmp/icons.ref
WORKDIR /src
WORKDIR /root
RUN cat /tmp/icons.ref > /dev/null && \
echo "$CACHE_BUST" > /dev/null && \
git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \
rm -Rf icons/.git
git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git && \
rm -Rf icons-collection/.git
# building a modified Kernel + modules + libs
FROM lpenz/debian-etch-i386-minbase AS kernel-builder
@@ -178,7 +178,7 @@ FROM lpenz/debian-lenny-i386-minbase
WORKDIR /root
COPY --from=kernel-builder /usr/src/*.deb .
COPY --from=ut99-builder /root/ut-game ./ut-game
COPY --from=icons-fetcher /root/icons ./icons
COPY --from=icons-fetcher /root/icons-collection ./icons-collection
COPY /deps ./deps
COPY update-initramfs.sh .
COPY zzz-config-live.sh .