File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66cd " $( dirname " $0 " ) " || exit 1
77
8- export IMAGE_PREFIX=deis VERSION=2.0.0-alpha
8+ export IMAGE_PREFIX=deisci VERSION=v2-beta
99docker login -e=" $DOCKER_EMAIL " -u=" $DOCKER_USERNAME " -p=" $DOCKER_PASSWORD "
1010DEIS_REGISTRY=' ' make -C .. docker-build docker-push
1111docker login -e=" $QUAY_EMAIL " -u=" $QUAY_USERNAME " -p=" $QUAY_PASSWORD " quay.io
Original file line number Diff line number Diff line change 1616 spec :
1717 containers :
1818 - name : deis-workflow
19- image : quay.io/deis /workflow:2.0.0-alpha
19+ image : quay.io/deisci /workflow:v2-beta
2020 readinessProbe :
2121 httpGet :
2222 path : /health-check
2929 port : 8000
3030 initialDelaySeconds : 30
3131 timeoutSeconds : 1
32- imagePullPolicy : IfNotPresent
32+ imagePullPolicy : Always
3333 env :
3434 - name : DEBUG
3535 value : " true"
Original file line number Diff line number Diff line change 120120 "containers": [
121121 {
122122 "name": "$containername",
123- "image": "quay.io/deis /slugrunner:2.0.0-alpha ",
124- "imagePullPolicy": "IfNotPresent ",
123+ "image": "quay.io/deisci /slugrunner:v2-beta ",
124+ "imagePullPolicy": "Always ",
125125 "env": [
126126 {
127127 "name":"PORT",
You can’t perform that action at this time.
0 commit comments