
Remove individual MAINTAINER information from Dockerfiles. Change-Id: I777df5cde049599dc786176e1d5b4b9597f0b334
6 lines
157 B
Docker
6 lines
157 B
Docker
FROM kollaglue/fedora-rdo-base
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN mkdir -p /opt/kolla
|
|
COPY config-heat.sh /opt/kolla/config-heat.sh
|