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
commit 1fb8d14fbb
1 changed files with 1 additions and 1 deletions

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 %}