Skip to content
/ os Public
forked from openshift/os

Commit 660f76e

Browse files
committed
extensions: Re-indent Dockerfile
1 parent 39119f8 commit 660f76e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extensions/Dockerfile

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ RUN if rpm -q centos-stream-release; then \
2323
ln -s {/etc/pki/rpm-gpg,/usr/share/distribution-gpg-keys/centos}/RPM-GPG-KEY-CentOS-SIG-Virtualization ; \
2424
fi ; \
2525
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}"
2734

2835
## Creates the repo metadata for the extensions.
2936
## This uses Fedora as a lowest-common-denominator because it will work on

0 commit comments

Comments
 (0)