mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
Support pulling plugins by digest (#3803)
Previously `WithPlugins` only supported passing image URIs "by tag" -- e.g. `gcr.io/my-repo/my-image:v0.1.2`. With this commit, we add support for pulling "by digest" -- e.g. `gcr.io/my-repo/my-image@sha256:a75f9e8c3ced3943515f249597be389f8233e1258d289b11184796edceaa7dab` Signed-off-by: Eric Fried <efried@redhat.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Support pulling plugin images by digest
|
||||
Reference in New Issue
Block a user