mirror of
https://github.com/containers/skopeo.git
synced 2026-02-21 14:42:42 +00:00
This is primarily to get the signature access docker/distribution API extension. To make it work, two updates to the test harness are necessary: - Change the expected output of (oadm policy add-cluster-role-to-group) - Don't expect (openshift start master) to create .kubeconfig files for the registry service. As of https://github.com/openshift/origin/pull/10830 , openshift.local.config/master/openshift-registry.kubeconfig is no longer autogenerated. Instead, do what (oadm registry) does, creating a service account and a cluster policy role binding. Then manually create the necessary certificates and a .kubeconfig instead of using the service account in a pod.