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+ #! /bin/sh
2+ skaffold build -p prod --default-repo gcr.io/k8s-skaffold/skaffold-debug-support
3+ skaffold build -p prod --default-repo gcr.io/gcp-dev-tools/duct-tape
Original file line number Diff line number Diff line change @@ -2,25 +2,25 @@ apiVersion: skaffold/v1beta9
22kind : Config
33build :
44 artifacts :
5- - image : gcr.io/gcp-dev-tools/duct-tape/ go
5+ - image : go
66 context : go
7- - image : gcr.io/gcp-dev-tools/duct-tape/ python
7+ - image : python
88 context : python
9- - image : gcr.io/gcp-dev-tools/duct-tape/ netcore
9+ - image : netcore
1010 context : netcore
11- - image : gcr.io/gcp-dev-tools/duct-tape/ nodejs
11+ - image : nodejs
1212 context : nodejs
1313 # ensure images are tagged with :latest
1414 tagPolicy :
1515 sha256 : {}
1616test :
17- - image : gcr.io/gcp-dev-tools/duct-tape/ go
17+ - image : go
1818 structureTests : [./test/structure-tests-go.yaml]
19- - image : gcr.io/gcp-dev-tools/duct-tape/ python
19+ - image : python
2020 structureTests : [./test/structure-tests-python.yaml]
21- - image : gcr.io/gcp-dev-tools/duct-tape/ netcore
21+ - image : netcore
2222 structureTests : [./test/structure-tests-netcore.yaml]
23- - image : gcr.io/gcp-dev-tools/duct-tape/ nodejs
23+ - image : nodejs
2424 structureTests : [./test/structure-tests-nodejs.yaml]
2525deploy :
2626 kubectl :
You can’t perform that action at this time.
0 commit comments