Merge "Use the base OS image for tripleoclient base"

This commit is contained in:
Zuul
2018-12-21 09:51:26 +00:00
committed by Gerrit Code Review

View File

@@ -1,4 +1,4 @@
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% block tripleoclient_header %}{% endblock %}