-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.18.0
-
None
A string comparison is being done with "-eq", it should be using "="
[derekh@u07 assisted-installer-agent]$ sudo podman build -f Dockerfile.ocp STEP 1/3: FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder STEP 2/3: RUN if [ "$(arch)" -eq "x86_64" ]; then dnf install -y biosdevname dmidecode; fi /bin/sh: line 1: [: x86_64: integer expression expected --> cb5707d9d703 STEP 3/3: RUN if [ "$(arch)" -eq "aarch64" ]; then dnf install -y dmidecode; fi /bin/sh: line 1: [: x86_64: integer expression expected COMMIT --> 0b12a705f47e 0b12a705f47e015f43d7815743f2ad71da764b1358decc151454ec8802a827fc
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update
- mentioned on