Skip to content

Commit

Permalink
use go 1.17.5 as base image (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Jan 5, 2022
1 parent 41e5dfd commit a1187cd
Show file tree
Hide file tree
Showing 57 changed files with 397 additions and 397 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -51,7 +51,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -70,7 +70,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -89,7 +89,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -108,7 +108,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -127,7 +127,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -167,7 +167,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -183,7 +183,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -199,7 +199,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -217,7 +217,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -235,7 +235,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -253,7 +253,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -271,7 +271,7 @@ postsubmits:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -57,7 +57,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -96,7 +96,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -114,7 +114,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -134,7 +134,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -48,7 +48,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -81,7 +81,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -96,7 +96,7 @@ postsubmits:
- entrypoint
- make
- coverage
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -117,7 +117,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -134,7 +134,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -50,7 +50,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -84,7 +84,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -101,7 +101,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ presubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -60,7 +60,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down Expand Up @@ -101,7 +101,7 @@ postsubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -120,7 +120,7 @@ postsubmits:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -141,7 +141,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -63,7 +63,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -86,7 +86,7 @@ presubmits:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -111,7 +111,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -133,7 +133,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -155,7 +155,7 @@ postsubmits:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand All @@ -177,7 +177,7 @@ postsubmits:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20210831-f48ffbb7e
image: quay.io/multicloudlab/build-tool:v20220105-f9f161e03
name: ""
securityContext:
privileged: true
Expand Down
Loading

0 comments on commit a1187cd

Please sign in to comment.