Merge "Run yum clean to reduce size of docker image layer"

This commit is contained in:
Zuul
2018-05-14 23:37:10 +00:00
committed by Gerrit Code Review
@@ -569,5 +569,5 @@ STOPSIGNAL SIGTERM
# a yum update in the kolla base image. All the other images should inherit this
# but if the base distro container is out of date (i.g. 7.4 but 7.5 is out) this
# will pull in the updated packages available. Related issue LP#1770355
RUN yum update -y
RUN yum update -y && yum clean all
{% endblock %}