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:
Eric Fried
2021-05-18 13:27:49 +08:00
committed by GitHub
parent 5601758723
commit 7566962b95
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
Support pulling plugin images by digest