Update Containerfile

This commit is contained in:
humocs-man
2026-03-26 18:44:15 +01:00
committed by GitHub
parent 23e540a38b
commit 2f9bee362d
+1 -10
View File
@@ -38,7 +38,7 @@ FROM scratch AS ctx
COPY build /build
## Alternative base images, no desktop included (uncomment to use):
FROM ghcr.io/ublue-os/base-main:latest
FROM quay.io/fedora/fedora-kinoite:43
# FROM quay.io/centos-bootc/centos-bootc:stream10
## Alternative GNOME OS base image (uncomment to use):
@@ -62,15 +62,6 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=tmpfs,dst=/tmp \
/ctx/build/10-build.sh
COPY files/. /
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
chmod +x /usr/local/bin/install-homebrew.sh && \
systemctl --global enable firstboot-setup.path
### LINTING
## Verify final image and contents are correct.
RUN bootc container lint