DEBSOURCES
Skip Quicknav
sources / golang-github-containers-buildah / 1.19.6%2Bdfsg1-1 / tests / conformance / testdata / Dockerfile.reusebase
123456
FROM registry.centos.org/centos/centos:centos7 AS base RUN touch /1 ENV LOCAL=/1 FROM base RUN find $LOCAL