Skip to content

Commit

Permalink
update build-tool and check-tool images for go-repo-template. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morven Cao authored Nov 20, 2020
1 parent 383f8da commit 0d3d5fd
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/check-tool:v20201120-383f8da3c
name: ""
securityContext:
privileged: true
Expand All @@ -32,7 +32,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -51,7 +51,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -70,7 +70,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -89,7 +89,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -108,7 +108,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -127,7 +127,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -145,7 +145,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/check-tool:v20201120-383f8da3c
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -167,7 +167,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -183,7 +183,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -199,7 +199,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -217,7 +217,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -235,7 +235,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -253,7 +253,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true
Expand All @@ -271,7 +271,7 @@ postsubmits:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
image: quay.io/multicloudlab/build-tool:v20201120-43ea344a6
name: ""
securityContext:
privileged: true

0 comments on commit 0d3d5fd

Please sign in to comment.