aw-was-here commented on code in PR #5: URL: https://github.com/apache/hbase-kustomize/pull/5#discussion_r1240568926
########## dockerfiles/kuttl/Dockerfile: ########## @@ -134,27 +155,38 @@ COPY --from=yq /usr/bin/yq /usr/bin/yq COPY --from=kubectl /tmp/kubectl /usr/local/bin/ COPY --from=kuttl /tmp/kubectl-kuttl /usr/local/bin/ COPY --from=kustomize /tmp/kustomize /usr/local/bin/ -COPY dockerfiles/kuttl/entrypoint.sh /bin/ +COPY --chmod=0755 dockerfiles/kuttl/entrypoint.sh /bin/ +COPY --from=hadolint /bin/hadolint /bin/hadolint Review Comment: Unless these bits are statically linked, you may end up having some problems here because Alpine typically uses musl as its libc. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
