File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ cat < "${SCRIPTDIR}/config/config.toml.template" \
135
135
136
136
title " Building bootc image for microshift"
137
137
sudo podman build --authfile ${OCP_PULL_SECRET_FILE} -t ${IMGNAME} :${MICROSHIFT_VERSION} \
138
- --build-arg USHIFT_VER =${MICROSHIFT_VERSION} \
138
+ --build-arg MICROSHIFT_VER =${MICROSHIFT_VERSION} \
139
139
--env UNRELEASED_MIRROR_REPO=${USE_UNRELEASED_MIRROR_REPO} \
140
140
-f " ${SCRIPTDIR} /config/Containerfile.bootc-rhel9"
141
141
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM registry.redhat.io/rhel9/rhel-bootc:9.4
2
2
3
3
ARG MICROSHIFT_VER=4.18
4
4
RUN if [ -z "${UNRELEASED_MIRROR_REPO}" ]; then \
5
- dnf config-manager --set-enabled "rhocp-${USHIFT_VER }-for-rhel-9-$(uname -m)-rpms" \
5
+ dnf config-manager --set-enabled "rhocp-${MICROSHIFT_VER }-for-rhel-9-$(uname -m)-rpms" \
6
6
--set-enabled "fast-datapath-for-rhel-9-$(uname -m)-rpms"; \
7
7
else \
8
8
# This is required to update the gpgcheck for repoID
You can’t perform that action at this time.
0 commit comments