Skip to content
Snippets Groups Projects
Commit 630f4375 authored by Vladislav Belogrudov's avatar Vladislav Belogrudov
Browse files

Add custom footer section to final image Dockefiles

This patch allows to add instructions to final images
like setting runtime environment variables or deleting
build time HTTP proxies

Change-Id: I23ad325e0898d77804a22038ddc618e1e49afd88
Partially-Implements: blueprint add-proxy-to-dockerfiles
parent 55e6e1f8
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 0 deletions
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -16,3 +16,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -5,3 +5,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -5,3 +5,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -15,3 +15,5 @@ COPY ./start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -2,3 +2,5 @@ FROM {{ base_distro }}:{{ base_distro_tag }}
MAINTAINER Kolla Project (https://launchpad.net/kolla)
CMD /bin/sleep infinity
{{ include_footer }}
......@@ -15,3 +15,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -15,3 +15,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -15,3 +15,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -14,3 +14,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -17,3 +17,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -16,3 +16,5 @@ COPY start.sh /start.sh
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -46,3 +46,5 @@ COPY config-external.sh /opt/kolla/
COPY start.sh /
CMD ["/start.sh"]
{{ include_footer }}
......@@ -5,3 +5,5 @@ COPY start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
......@@ -5,3 +5,5 @@ COPY start.sh /
COPY config-external.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment