diff --git a/Containerfile b/Containerfile index 690db50..7921045 100644 --- a/Containerfile +++ b/Containerfile @@ -62,6 +62,11 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ --mount=type=tmpfs,dst=/tmp \ /ctx/build/10-build.sh +# Erstelle einen "Drop-in" um den Befehl zu überschreiben +RUN mkdir -p /etc/systemd/system/bootc-fetch-apply-updates.service.d/ && \ + echo -e "[Service]\nExecStart=\nExecStart=/usr/bin/bootc upgrade --staged --quiet" > \ + /etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf + ### LINTING ## Verify final image and contents are correct. RUN bootc container lint