Remove hardcoded MAINTAINER in Dockerfiles
Added new option in kolla-build.conf Change-Id: I45fe51966bcb59ea19d112281ba3d5a1ba091a56 Closes-Bug:#1514304
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
Reference in New Issue
Block a user