Convert parent image specification to image_spec calls

Change-Id: I48bf075c0567444f8b13f3c14f8ccd9f926d494a
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent 537f1fd210
commit 27b2e80c13
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 curl -L -o etcd-{{ etcd_version }}-linux-amd64.tar.gz https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz \