File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,14 @@ RUN if rpm -q centos-stream-release; then \
23
23
ln -s {/etc/pki/rpm-gpg,/usr/share/distribution-gpg-keys/centos}/RPM-GPG-KEY-CentOS-SIG-Virtualization ; \
24
24
fi ; \
25
25
fi
26
- RUN if [[ -n "${VARIANT}" ]]; then MANIFEST="manifest-${VARIANT}.yaml" ; EXTENSIONS="extensions-${VARIANT}.yaml" ; else MANIFEST="manifest.yaml" ; EXTENSIONS="extensions.yaml" ; fi && rpm-ostree compose extensions --rootfs=/ --output-dir=/usr/share/rpm-ostree/extensions/ ./"${MANIFEST}" ./"${EXTENSIONS}"
26
+ RUN if [[ -n "${VARIANT}" ]]; then \
27
+ MANIFEST="manifest-${VARIANT}.yaml" ; \
28
+ EXTENSIONS="extensions-${VARIANT}.yaml" ; \
29
+ else \
30
+ MANIFEST="manifest.yaml" ; \
31
+ EXTENSIONS="extensions.yaml" ; \
32
+ fi && \
33
+ rpm-ostree compose extensions --rootfs=/ --output-dir=/usr/share/rpm-ostree/extensions/ ./"${MANIFEST}" ./"${EXTENSIONS}"
27
34
28
35
# # Creates the repo metadata for the extensions.
29
36
# # This uses Fedora as a lowest-common-denominator because it will work on
You can’t perform that action at this time.
0 commit comments