Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
&& apk del .build-deps \
&& rm -f /requirements.txt

ARG OC_VERSION=4.22.7
ARG OC_VERSION=4.22.8
ARG ODO_VERSION=v3.16.1

RUN OS="$(uname -s | tr A-Z a-z)" \

Check failure on line 97 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

SC2018 info: Use '[:lower:]' to support accents and foreign alphabets.
&& ARCH="$(uname -m | sed -e 's/x86_64/amd64/g' -e 's/aarch64/arm64/g')" \
&& OC_TARBALL="openshift-client-${OS}" \
&& if [ "${ARCH}" = "arm64" ]; then OC_TARBALL="${OC_TARBALL}-arm64"; fi \
Expand Down
Loading