Skip to content

Commit 1bd80bf

Browse files
committed
Renamed USHIFT to MICROSHIFT for variables
These are missed during 1fb32f8
1 parent b642190 commit 1bd80bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: image-mode/microshift/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cat < "${SCRIPTDIR}/config/config.toml.template" \
135135

136136
title "Building bootc image for microshift"
137137
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} \
139139
--env UNRELEASED_MIRROR_REPO=${USE_UNRELEASED_MIRROR_REPO} \
140140
-f "${SCRIPTDIR}/config/Containerfile.bootc-rhel9"
141141

Diff for: image-mode/microshift/config/Containerfile.bootc-rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.redhat.io/rhel9/rhel-bootc:9.4
22

33
ARG MICROSHIFT_VER=4.18
44
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" \
66
--set-enabled "fast-datapath-for-rhel-9-$(uname -m)-rpms"; \
77
else \
88
# This is required to update the gpgcheck for repoID

0 commit comments

Comments
 (0)