Skip to content
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

Add ability to pull images by digest #356

Open
Boojapho opened this issue May 22, 2023 · 0 comments
Open

Add ability to pull images by digest #356

Boojapho opened this issue May 22, 2023 · 0 comments

Comments

@Boojapho
Copy link
Contributor

Currently only tags can be used to pull images. In my use case, I am bundling images for an air-gapped deployment into an OCI image using Porter. This requires the images to be referenced by digest rather than tag. Other use cases include wanting to deploy immutable containers (tags can be changed, SHA digests cannot).

The Helm charts should be updated to support a digest. In other charts I have seen, the digest will override the tag if present. In addition, the digest includes the full digest string (e.g. "sha256:12345abcde...") as the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant