Convert parent image specification to image_spec calls

Change-Id: I093efa4ae269551dee1b924f8ace2d464ff4f1aa
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent c80b8e3b47
commit 1f3b9ed7ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/base-tools:{{ tag }}
FROM {{ image_spec("base-tools") }}
MAINTAINER {{ maintainer }}
RUN apt-get install -y --no-install-recommends \