From 2f9bee362d0d7a671503611390df0738ca1d7247 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:44:15 +0100 Subject: [PATCH] Update Containerfile --- Containerfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Containerfile b/Containerfile index dfd3b34..690db50 100644 --- a/Containerfile +++ b/Containerfile @@ -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