silverblue-custom/Containerfile
Joshua Seiger-Eatwell c860d04fd3
All checks were successful
Build Silverblue Image / build-push (push) Successful in 10m17s
made own bootc-auto-update service and timer
2025-01-15 19:17:17 +01:00

12 lines
305 B
Docker

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-auto-update.timer && \
ostree container commit && \
bootc container lint