Update Containerfile
This commit is contained in:
+1
-10
@@ -38,7 +38,7 @@ FROM scratch AS ctx
|
|||||||
COPY build /build
|
COPY build /build
|
||||||
|
|
||||||
## Alternative base images, no desktop included (uncomment to use):
|
## 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
|
# FROM quay.io/centos-bootc/centos-bootc:stream10
|
||||||
|
|
||||||
## Alternative GNOME OS base image (uncomment to use):
|
## 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 \
|
--mount=type=tmpfs,dst=/tmp \
|
||||||
/ctx/build/10-build.sh
|
/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
|
### LINTING
|
||||||
## Verify final image and contents are correct.
|
## Verify final image and contents are correct.
|
||||||
RUN bootc container lint
|
RUN bootc container lint
|
||||||
|
|||||||
Reference in New Issue
Block a user