On Mon, Apr 25, 2016 at 5:51 AM, Jeffrey Zhang <zhang.lei....@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

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to