The following images are being renamed in 3.10:

openshift/origin -> openshift/origin-control-plane
openshift/node -> openshift/origin-node

The following images are being removed:

openshift/openvswitch: the RPMs and content here is now part of
openshift/origin-node

The following images won't be updated anymore:

openshift/hello-world: this is a from scratch image and doesn't change much

We will build openshift/node and openshift/origin for a short period of
time while we transition ansible, and then we will remove those images from
being built (the old versions will remain on the docker hub).

As part of this, oc cluster up --image has been changed to be consistent
with openshift-ansible's "oreg_url" field which maps to the platform
"imageFormat" - the value that controls which images the platform uses.
This will be used by the new CI infrastructure which will more efficiently
build and publish these images.  You can see a preview of that from:

docker pull
registry.svc.ci.openshift.org/openshift/origin-v3.10:control-plane
docker pull registry.svc.ci.openshift.org/openshift/origin-v3.10:node
docker pull registry.svc.ci.openshift.org/openshift/origin-v3.10:pod
...

etc.  In the near future all PRs will have a registry of this form, so
you'll be able to oc cluster up from a PR with:

oc cluster up --image '
registry.svc.ci.openshift.org/openshift/origin-v3.10:${component}'
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to