We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d55af commit ebf092dCopy full SHA for ebf092d
1 file changed
src/Dockerfile
@@ -7,7 +7,8 @@ FROM docksal/cli:${CLI_VERSION}
7
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
8
9
ARG HELM_VERSION=v2.17.0
10
-# Args defined before the FROM directive are not available in the build stage.
+# Args defined before the FROM directive are not available in the build stage,
11
+# so cannot test CLI_VERSION directly here.
12
ARG INSTALL_SQLITE=false
13
14
# Install kubectl and helm client
0 commit comments