We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c5b7c commit c0bd3fdCopy full SHA for c0bd3fd
lumina/Containerfile
@@ -9,13 +9,10 @@ FROM ${BASE_REGISTRY}:${BASE_TAG} AS rootfs
9
ARG FEDORA_VERSION
10
ARG BASE_IMAGE
11
12
-RUN ls -la /
13
-
14
COPY files/_base /
15
-COPY files/_${BASE_IMAGE} /
+COPY files/_${BASE_IMAGE}* /
16
COPY scripts/ /tmp/scripts/
17
18
19
RUN chmod +x /tmp/scripts/*.sh /tmp/scripts/*.sh /tmp/scripts/_${BASE_IMAGE}/*.sh && \
20
/tmp/scripts/setup.sh && \
21
/tmp/scripts/cleanup.sh
lumina/files/_cosmic/.gitkeep
lumina/files/_kinoite/.gitkeep
0 commit comments