a2dae48b87
This patch overlaps a little bit with https://review.openstack.org/#/c/162358/. There were some additional glance config that needs to be added to run without kubernetes. Co-authored by: Charles Crouch (charcrou@cisco.com) Change-Id: I1aab2f6e4a80aaf1e6c4b7fe330bcf9a7740fdc6
8 lines
165 B
Docker
8 lines
165 B
Docker
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%glance-base
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
EXPOSE 9191
|
|
|
|
ADD ./start.sh /start.sh
|
|
CMD ["/start.sh"]
|