Files
container/Tests/TestImages/dockermanifestimage/Dockerfile
T
2025-06-05 16:15:44 -07:00

6 lines
290 B
Docker

# This image is built as a single platform image with media type application/vnd.docker.distribution.manifest.v2+json
FROM scratch
LABEL org.opencontainers.image.source=https://github.com/apple/containerization
# empty add so that the build doesn't error due to no build directives
ADD . .