added override to update services, so it does not reboot when updating
All checks were successful
Build Silverblue Image / build-push (push) Successful in 5m48s
All checks were successful
Build Silverblue Image / build-push (push) Successful in 5m48s
This commit is contained in:
parent
8e5b7538f6
commit
d267037f0c
@ -2,8 +2,10 @@ ARG FEDORA_MAJOR_VERSION=41
|
||||
|
||||
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
||||
|
||||
COPY etc etc
|
||||
|
||||
RUN dnf install vim ncdu -y && \
|
||||
dnf remove firefox firefox-langpacks -y && \
|
||||
systemctl enable bootc-fetch-apply-updates.timer && \
|
||||
ostree container commit && \
|
||||
bootc container lint
|
||||
bootc container lint
|
||||
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStart=/usr/bin/bootc update --quiet
|
Loading…
Reference in New Issue
Block a user