We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47be500 commit 92fcc0fCopy full SHA for 92fcc0f
Containerfile
@@ -1,6 +1,5 @@
1
ARG FEDORA_MAJOR_VERSION=43
2
FROM ghcr.io/ublue-os/kinoite-main:${FEDORA_MAJOR_VERSION} AS base
3
-FROM ghcr.io/ublue-os/brew:latest AS brew
4
5
ARG AKMODS_FLAVOR
6
ARG FEDORA_MAJOR_VERSION
@@ -11,10 +10,10 @@ ARG SHA_HEAD_SHORT
11
10
ARG IMAGE_TAG
12
ARG VERSION
13
+# https://github.com/ublue-os/brew
14
+COPY --from=ghcr.io/ublue-os/brew:latest /system_files /
15
COPY system_files /
16
COPY build_scripts /var/tmp/build_scripts
-# https://github.com/ublue-os/brew
17
-COPY --from=brew /system_files /system_files/shared
18
19
RUN --mount=type=tmpfs,dst=/tmp \
20
/var/tmp/build_scripts/build-base.sh
0 commit comments