We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6bd23 commit 26ce1eeCopy full SHA for 26ce1ee
etc/docker/Dockerfile.sdk-build
@@ -9,6 +9,10 @@ ARG REPO_SETUP=git
9
10
ARG BASE_TAG
11
12
+# See https://stackoverflow.com/a/54245466 for the trick used below
13
+# The two possible branches are repo_setup_git and repo_setup_copy, which are conditionally executed
14
+# using ARG REPO_SETUP
15
+
16
FROM ${BASE_TAG} AS repo_setup_git
17
ARG GIT_TAG
18
ONBUILD RUN echo "Checking if GIT_TAG is set" && test -n "${GIT_TAG}"
0 commit comments