You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImagedownloadedImage=awaitregistry.GetImageManifest(DockerRegistryManager.BaseImage,DockerRegistryManager.Net6ImageTag,"linux-x64",ridgraphfile);// don't need rid graph for local registry
21
+
// Don't need rid graph for local registry image pulls - since we're only pushing single image manifests (not manifest lists)
22
+
// as part of our setup, we could put literally anything in here. The file at the passed-in path would only get read when parsing manifests lists.
0 commit comments