github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/redhat/test-fixtures/image-minimal/Dockerfile (about) 1 # linux/amd64 2 FROM rockylinux:9.3.20231119@sha256:45cc42828cc5ceeffa3a9b4f6363fb582fac3ab91f77bf403daa067f8f049f96 3 4 ADD remove.sh /remove.sh 5 RUN /remove.sh 6 7 # let's only keep what we need for testing (not the intermediate layers) 8 FROM scratch 9 COPY --from=0 / /