-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a command to resolve image tags to digests in Dockerfiles #707
Comments
hello, short notice, we'll be working on this with @Dentrax FYI. 🙋🏻♂️ |
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Fixes sigstore#648 Fixes sigstore#707 Signed-off-by: Furkan <[email protected]> Co-authored-by: Batuhan <[email protected]>
e.g.
cosign dockerfile resolve
As part of fixing #648, we should create a surface which resolves mutable image tags into immutable image digests. Ideally it would be able to both a) update the Dockerfile in place and b) output an updated Dockerfile to stdout
The text was updated successfully, but these errors were encountered: