Skip to content

Commit aaf9ba9

Browse files
committed
Test multiple layers
1 parent 92315b3 commit aaf9ba9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

test_project/Dockerfile

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
FROM alpine AS data
2-
RUN date > /now.txt
2+
RUN date > /now1.txt
3+
RUN date > /now2.txt
4+
RUN date > /now3.txt
5+
RUN date > /now4.txt
6+
RUN date > /now5.txt
7+
RUN date > /now6.txt
8+
RUN date > /now7.txt
9+
RUN date > /now8.txt
10+
RUN date > /now9.txt
11+
RUN date > /now10.txt
12+
RUN date > /now11.txt
13+
RUN date > /now12.txt
14+
RUN date > /now13.txt
15+
RUN date > /now14.txt
16+
RUN date > /now15.txt
17+
RUN date > /now16.txt
318

419
FROM scratch
5-
COPY --from=data /now.txt /data_stage_built_at.txt
20+
COPY --from=data /now16.txt /data_stage_built_at.txt

0 commit comments

Comments
 (0)