You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/28 14:38:57 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #15573: Upgrade hadolint to version 2.3.0

potiuk commented on a change in pull request #15573:
URL: https://github.com/apache/airflow/pull/15573#discussion_r622246312



##########
File path: chart/dockerfiles/pgbouncer/Dockerfile
##########
@@ -16,7 +16,7 @@
 # under the License.
 ARG ALPINE_VERSION="3.12"
 FROM alpine:${ALPINE_VERSION} AS builder
-SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
+SHELL ["/bin/ash", "-e", "-x", "-c", "-o", "pipefail"]

Review comment:
       Yep. https://en.wikipedia.org/wiki/Almquist_shell provided by busybox (in alpine image). Alpine has no bash. But hadolint suggest to use `ash` instead.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org