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 926249d commit 739eb39Copy full SHA for 739eb39
buildkite/docker/testimage/Dockerfile
@@ -0,0 +1,11 @@
1
+FROM busybox:stable AS testimage-base
2
+RUN mkdir /tmp/base
3
+
4
+FROM testimage-base AS testimage-target1
5
+RUN mkdir /tmp/base/target1
6
7
+FROM testimage-base AS testimage-target2-nojdk
8
+RUN mkdir /tmp/base/target2
9
10
+FROM testimage-target2-nojdk AS testimage-target3
11
+RUN mkdir /tmp/base/target3
0 commit comments