-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
premerge, 4.16
-
Moderate
-
None
-
False
-
Description of problem:
When we try to pin an image that belong to the release, and the release image has been created by clusterbot we get the following error: E0422 17:24:56.964139 2405 daemon.go:1380] Fatal error from auxiliary tools: failed to get auth config for image registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569: no auth found for image: "registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569"
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Get an image that belongs to the release ]$ oc adm release info --image-for rhel-coreos registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569 2. Pin that image apiVersion: machineconfiguration.openshift.io/v1alpha1 kind: PinnedImageSet metadata: labels: machineconfiguration.openshift.io/role: worker name: my-worker-pinned-images-2 spec: pinnedImages: - name: registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569
Actual results:
The pinned image fails with this error E0422 17:24:56.964100 2405 pinned_image_set.go:981] failed to get auth config for image registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569: no auth found for image: "registry.build03.ci.openshift.org/ci-ln-4cx6v6b/stable@sha256:85a096a567ca287ba9c0fe36642e49c34eb4dd541914f8823750e4b186fce569"
Expected results:
Additional info:
- relates to
-
MCO-838 [TechPreview] Pin and pre-load images
- Closed
- links to