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
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
A user following the Openshift Ansible instructions was unable to use the run_once functionality. After digging into the code a bit I found that _inspect_system_branch(..) loads the manifest and assumes it will have the labels:
Using skopeo inspect --raw on the image shows the information in question is stored in history[0].v1Compatibility.
Looking at self.get_manifest(..) I was hoping we could grab the data but it looks like the same issue exists there. When attempting to pull the remote manifest the labels don't come down either.
The text was updated successfully, but these errors were encountered:
A user following the Openshift Ansible instructions was unable to use the run_once functionality. After digging into the code a bit I found that
_inspect_system_branch(..)
loads the manifest and assumes it will have the labels:However, the manifest may not have the labels. The manifest output for the openshift ansible image renders as such:
Using
skopeo inspect --raw
on the image shows the information in question is stored inhistory[0].v1Compatibility
.Looking at
self.get_manifest(..)
I was hoping we could grab the data but it looks like the same issue exists there. When attempting to pull the remote manifest the labels don't come down either.The text was updated successfully, but these errors were encountered: