We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591b34d commit f6edd3dCopy full SHA for f6edd3d
images/origin/Dockerfile
@@ -10,6 +10,8 @@
10
#
11
FROM openshift/origin-base
12
13
+COPY system-container/system-container-wrapper.sh /usr/local/bin/
14
+COPY system-container/config.json.template system-container/manifest.json system-container/service.template /exports/
15
COPY bin/openshift /usr/bin/openshift
16
RUN ln -s /usr/bin/openshift /usr/bin/oc && \
17
ln -s /usr/bin/openshift /usr/bin/oadm && \
@@ -31,8 +33,4 @@ ENV HOME=/root \
31
33
WORKDIR /var/lib/origin
32
34
EXPOSE 8443 53
35
-# files required to run as a system container
-COPY system-container/system-container-wrapper.sh /usr/local/bin
36
-COPY system-container/config.json.template system-container/manifest.json system-container/service.template /exports/
37
-
38
ENTRYPOINT ["/usr/bin/openshift"]
0 commit comments