Merge "kolla overrides: Remove yum cache" into stable/queens

This commit is contained in:
Zuul 2018-12-18 02:45:30 +00:00 committed by Gerrit Code Review
commit d08bea6819
1 changed files with 1 additions and 1 deletions

View File

@ -590,5 +590,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 && yum clean all
RUN yum update -y && yum clean all && rm -rf /var/cache/yum
{% endblock %}