This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ Commands for deployment
51512. Build, test, push, and deploy a new image
5252
5353TAG_NAME is in the format `v[NUMBER_OF_REVISION] `. Incrementing the number by 1 will be the new tag name.
54- IMAGE_NAME is the gcr.io/python-compatibility-tools/compatibility-server :[TAG_NAME].
54+ IMAGE_NAME is the gcr.io/python-compatibility-tools/compatibility-image :[TAG_NAME].
5555
5656 ::
5757
58- docker build -t gcr.io/python-compatibility-tools/compatibility-server :[TAG_NAME] .
58+ docker build -t gcr.io/python-compatibility-tools/compatibility-image :[TAG_NAME] .
5959 sudo docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 [IMAGE_NAME]
60- gcloud docker -- push gcr.io/python-compatibility-tools/compatibility-server :[TAG_NAME]
61- kubectl set image deployment/compatibility-server compatibility-server=gcr.io/python-compatibility-tools/compatibility-server :[TAG_NAME]
60+ gcloud docker -- push gcr.io/python-compatibility-tools/compatibility-image :[TAG_NAME]
61+ kubectl set image deployment/compatibility-server compatibility-server=gcr.io/python-compatibility-tools/compatibility-image :[TAG_NAME]
6262
6363Alternatively, we can use the deploy.yaml to push a new deployment.
6464
Original file line number Diff line number Diff line change 2929 run : compatibility-server
3030 spec :
3131 containers :
32- - image : gcr.io/python-compatibility-tools/compatibility-server:v24
32+ - image : gcr.io/python-compatibility-tools/compatibility-image:v29
3333 imagePullPolicy : IfNotPresent
3434 name : compatibility-server
3535 ports :
You can’t perform that action at this time.
0 commit comments