-
Story
-
Resolution: Done
-
Blocker
-
None
-
None
ACCEPTANCE CRITERIA
- The ImageStream object should contain a new flag indicating that it refers to a manifest list
- openshift-controller-manager uses new openshift/api code to import image streams
- changing `importMode` of an image stream tag triggers a new import (i.e. updates generation in the tag spec)
NOTES
- On pruner: sub-manifests may be GCed, in this case re-importing would solve the issue (until we work on the pruner).
- Relevant openshift-controller-manager code: https://github.com/openshift/openshift-controller-manager/blob/master/pkg/image/controller/imagestream_controller.go#L284-L289
- blocks
-
IR-261 As an OpenShift user I want to create an image using oc tag --import-mode=...
- Closed
-
IR-263 Document known limitation: `oc adm prune images` will prune manifest lists when only its sub-manifest(s) are referenced
- Closed
-
IR-267 As an OpenShift user I want to see information about manifest lists in the web console so that I can see what architectures are supported by the image.
- Closed
-
IR-266 As an OpenShift user I want to use `oc describe` on manifest lists so that I don't need to read YAMLs
- Closed
- depends on
-
API-1493 bump OpenShift API Server to 1.25
- Closed
- is blocked by
-
IR-258 As an OpenShift user I want to import manifest lists via ImageStreamImport (with oc create -f) so that I can visualize them in the cluster and deploy via image stream triggers
- Closed
- links to