DEBSOURCES
Skip Quicknav
sources / golang-github-containers-buildah / 1.39.3%2Bds1-1 / tests / conformance / testdata / Dockerfile.copyfrom_7
12345
FROM mirror.gcr.io/busybox as base RUN touch -t @1485449953 /b FROM mirror.gcr.io/busybox COPY --from=base /b /a RUN ls -al /a && ! ls -al /b