-
Notifications
You must be signed in to change notification settings - Fork 620
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The command cosign dockerfile verify ./Dockerfile
works great if a Dockerfile contains literal image names but not for anything else.
I'd like the two following methods to be supported
- resolve from variable
ARG IMAGE=myimage:mytag
FROM $IMAGE
(ARG or ENV)
- image in COPY
COPY --from=myimage:mytag /etc/passwd /etc/passwd
/assign
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request