File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM quay.io/deis/base:0 .3.1
1+ FROM quay.io/deis/base:v0 .3.4
22
33COPY . /
44
Original file line number Diff line number Diff line change 1- FROM quay.io/deis/base:0 .3.1
1+ FROM quay.io/deis/base:v0 .3.4
22
33RUN adduser --system \
44 --shell /bin/bash \
Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ spec:
4343 value : " metrics"
4444 - name : " NSQ_ENDPOINTS"
4545 value : " \" http://$(DEIS_NSQD_SERVICE_HOST):$(DEIS_NSQD_SERVICE_PORT_HTTP)\" "
46- {{- if env "LOGGER_REDIS_LOCATION" | default .logger_redis_location | ne "off-cluster" }}
4746 - name : DEIS_LOGGER_REDIS_PASSWORD
4847 valueFrom :
4948 secretKeyRef :
5049 name : logger-redis-creds
5150 key : password
5251 - name : " REDIS_SERVERS"
5352 value : " \" tcp://:$(DEIS_LOGGER_REDIS_PASSWORD)@$(DEIS_LOGGER_REDIS_SERVICE_HOST):$(DEIS_LOGGER_REDIS_SERVICE_PORT)\" "
54- {{- end }}
5553 volumeMounts :
5654 - mountPath : /var/run/docker.sock
5755 name : docker-socket
Original file line number Diff line number Diff line change 1- FROM quay.io/deis/base:0 .3.1
1+ FROM quay.io/deis/base:v0 .3.4
22
33COPY . /
44
You can’t perform that action at this time.
0 commit comments