ndimiduk commented on code in PR #5: URL: https://github.com/apache/hbase-kustomize/pull/5#discussion_r1241831769
########## 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: Hmm good point. All the golang apps should statically linked (I believe, that's go default), but I don't know for certain. Let me add some basic tests. -- 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]
