fix(RELEASE-2750): add sanity checks for binaries in Dockerfile - #966
fix(RELEASE-2750): add sanity checks for binaries in Dockerfile#966davidmogar wants to merge 1 commit into
Conversation
PR Summary by QodoAdd curl failure + binary sanity checks to Dockerfile installs
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
45e3553 to
7951316
Compare
|
I condensed the Skills section description to stay within the AGENTS.md 60 non-empty line limit. |
Code Review by Qodo
1. Curl errors masked in pipes
|
7951316 to
353762f
Compare
c076d75 to
79b90b5
Compare
|
Typo in the |
79b90b5 to
c6d0db3
Compare
RELEASE-2748 (edf74ad) already added curl -f and version checks for downloaded binaries, so only add what it missed: pipefail so curl | tar failures aren't swallowed, and bash -n syntax checks for the oras select-oci-auth and get-reference-base scripts. Document the binary sanity-check convention in CONTRIBUTING.md and AGENTS.md for future Dockerfile changes. Assisted-by: Claude Signed-off-by: David Moreno García <damoreno@redhat.com>
c6d0db3 to
3b9470e
Compare
|
/retest |
RELEASE-2748 (edf74ad) already added curl -f and version checks
for downloaded binaries, so only add what it missed: pipefail so
curl | tar failures aren't swallowed, and bash -n syntax checks
for the oras select-oci-auth and get-reference-base scripts.
Document the binary sanity-check convention in CONTRIBUTING.md
and AGENTS.md for future Dockerfile changes.
Assisted-by: Claude