Add sha256 validation for binaries in Dockerfile (#197) #144
Annotations
1 error
Build and push Docker image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c arch=\"$(uname -m)\" && gh_url() { printf -- \"${GH_BASE_URL}/%s/releases/download/%s/%s\\n\" \"$@\" ; } && URL=\"$(gh_url dmikusa/tiny-health-checker v${THC_VERSION} tiny-health-checker-${arch}-unknown-linux-musl.tar.xz)\" && curl -fsSL --output /tiny-health-checker-${arch}-unknown-linux-musl.tar.xz \"${URL}\" && echo \"${THC_SHA256} /tiny-health-checker-${arch}-unknown-linux-musl.tar.xz\" | sha256sum -c && tar -xvf /tiny-health-checker-${arch}-unknown-linux-musl.tar.xz && mv /tiny-health-checker-${arch}-unknown-linux-musl/thc /thc && chmod -v 00555 /thc" did not complete successfully: exit code: 1
|
Loading