Rework base image above fedora kinoite
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 8m50s
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 8m50s
This commit is contained in:
parent
26f94742c5
commit
872aecc2d5
6 changed files with 31 additions and 26 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM ghcr.io/ublue-os/bazzite-nvidia-open:latest
|
||||
ARG FEDORA_MAJOR_VERSION=40
|
||||
|
||||
COPY build.sh /tmp/build.sh
|
||||
FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION}
|
||||
|
||||
COPY scripts /tmp/scripts
|
||||
|
||||
RUN mkdir -p /var/lib/alternatives && \
|
||||
/tmp/build.sh && \
|
||||
/tmp/scripts/build.sh && \
|
||||
ostree container commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue