added automatic staged updates
All checks were successful
Build Silverblue Image / build-push (push) Successful in 1m16s
All checks were successful
Build Silverblue Image / build-push (push) Successful in 1m16s
This commit is contained in:
parent
7957bdd111
commit
b0e2fd3db0
@ -2,11 +2,9 @@ ARG FEDORA_MAJOR_VERSION=41
|
|||||||
|
|
||||||
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
|
||||||
|
|
||||||
RUN rpm-ostree install \
|
RUN rpm-ostree install vim ncdu && \
|
||||||
vim \
|
rpm-ostree override remove firefox firefox-langpacks && \
|
||||||
ncdu
|
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
||||||
|
systemctl enable rpm-ostreed-automatic.timer && \
|
||||||
RUN rpm-ostree override remove firefox firefox-langpacks
|
rpm-ostree cleanup -m && \
|
||||||
|
ostree container commit
|
||||||
RUN rpm-ostree cleanup -m && \
|
|
||||||
ostree container commit
|
|
Loading…
Reference in New Issue
Block a user