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
skopeo inspect docker://$controllerPullSpec >/dev/null && echo "Controller image found in $controllerPullSpec" || echo "Controller image not found in $controllerPullSpec"
@@ -518,7 +518,7 @@ guide to find out the root cause.
518
518
advisory manifest:
519
519
520
520
```console
521
-
advisoryURL=$(oc get $releaseName -ojsonpath='{.status.artifacts.advisory.url}' | sed 's/blob/raw/')
521
+
advisoryURL=$(oc get $releaseName -ojsonpath='{.status.artifacts.advisory.internal_url}' | sed 's/blob/raw/')
skopeo inspect docker://$controllerPullSpec >/dev/null && echo "Controller image found in $controllerPullSpec" || echo "Controller image not found in $controllerPullSpec"
0 commit comments