We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5601b3 + fc3ba0e commit 4c1843aCopy full SHA for 4c1843a
2 files changed
manifests/deis-builder-rc.yaml
@@ -23,9 +23,6 @@ spec:
23
env:
24
- name: "EXTERNAL_PORT"
25
value: "2223"
26
- # This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux
27
- - name: "DOCKERIMAGE"
28
- value: "1"
29
- name: POD_NAMESPACE
30
valueFrom:
31
fieldRef:
rootfs/Dockerfile
@@ -32,6 +32,8 @@ RUN mkdir -p /var/run/sshd && rm -rf /etc/ssh/ssh_host*
32
# install git and configure gituser
33
ENV GITHOME /home/git
34
ENV GITUSER git
35
+# this is so the minio client (https://github.com/minio/mc) works properly
36
+ENV DOCKERIMAGE=1
37
RUN mkdir /apps
38
RUN adduser -D -h $GITHOME $GITUSER
39
RUN mkdir -p $GITHOME/.ssh && chown git:git $GITHOME/.ssh
0 commit comments