fedora_atomic_custom_image/Containerfile

10 lines
224 B
Text
Raw Normal View History

2024-10-16 20:34:48 +02:00
ARG FEDORA_MAJOR_VERSION=40
2024-10-11 21:00:57 +02:00
2024-10-16 20:34:48 +02:00
FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION}
COPY scripts /tmp/scripts
2024-10-11 21:00:57 +02:00
RUN mkdir -p /var/lib/alternatives && \
2024-10-16 20:34:48 +02:00
/tmp/scripts/build.sh && \
2024-10-11 21:00:57 +02:00
ostree container commit