Skip to content

Commit 5009588

Browse files
authored
Publish images to new k8s-skaffold location too (#53)
* publish to k8s-skaffold/skaffold-debug-support * publish to gcr.io/k8s-skaffold/skaffold-debug-support
1 parent cd2b8b9 commit 5009588

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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

skaffold.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ apiVersion: skaffold/v1beta9
22
kind: Config
33
build:
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: {}
1616
test:
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]
2525
deploy:
2626
kubectl:

0 commit comments

Comments
 (0)