adb-atomic-developer-bundle
adb-atomic-developer-bundle copied to clipboard
Action items to make openshift images available to CBS.
We have to make sure openshift/orgin and all required images are available to consume by cbs. Currently we have to work with centos-ci and make sure docker images are built using it.
Openshift CI : https://ci.openshift.redhat.com/jenkins/
- [ ] Start with base Image OpenShift: https://github.com/openshift/origin/blob/master/images/base/
- [ ] Origin Image: https://github.com/openshift/origin/blob/master/images/origin/
- [ ] Deployer Image: https://github.com/openshift/origin/blob/master/images/deployer/
- [ ] Router Image: https://github.com/openshift/origin/tree/master/images/router/
- [ ] Registry: https://github.com/openshift/origin/tree/master/images/dockerregistry
- [ ] STI builder: https://github.com/openshift/origin/tree/master/images/builder/docker/sti-builder
Moving it to ADB 2.1 as, we can not cache docker images with CentOS project infrastructure yet.
To clarify, we are actually planning to cache the openshift images in ADB in the future (rather than pulling them on startup), correct?
@dustymabe , yes that is the plan in future I believe.