[openstack-dev] [kolla][kubernetes] Mirantis participation in kolla-mesos project and shift towards Kubernetes

Tomasz Pa ss7pro at gmail.com
Mon Apr 25 05:32:25 UTC 2016


On Mon, Apr 25, 2016 at 5:51 AM, Jeffrey Zhang <zhang.lei.fly at gmail.com> wrote:
>
> I do not think this is the issue of Kolla. It is a issue of Docker
> images. All the docker images has such issue. This should be solved
> in the docker side.
>

It's a kolla issue and they way project build images. Calling yum
install in Dockerfile is not the best idea (you endup with multiple
dependent packages put into the single image layer). Having some good
DSL would mean that you can place each package into separate image
layer (ie: RUN rpm -i ./python-nova-XXXX.rpm) and take advantage of
that during build (reusing cached layers).


-- 
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299



More information about the OpenStack-dev mailing list