aw-was-here commented on code in PR #311: URL: https://github.com/apache/yetus/pull/311#discussion_r1318799745
########## precommit/src/main/shell/test-patch-docker/Dockerfile: ########## @@ -149,16 +149,22 @@ FROM yetusbase AS yetushadolint ARG HADOLINT_VERSION=2.12.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN if [[ "$(uname -m)" == "x86_64" ]]; then curl -sSL \ - https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-Linux-"$(uname -m)" \ + https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-Linux-x86_64 \ Review Comment: I'm seeing it being cached here. 🤷 ########## precommit/src/main/shell/test-patch-docker/Dockerfile: ########## @@ -149,16 +149,22 @@ FROM yetusbase AS yetushadolint ARG HADOLINT_VERSION=2.12.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN if [[ "$(uname -m)" == "x86_64" ]]; then curl -sSL \ - https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-Linux-"$(uname -m)" \ + https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-Linux-x86_64 \ Review Comment: I'm seeing it being cached here. 🤷 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@yetus.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org