1
1
steps :
2
- - id : docker
2
+ - id : docker_buildx
3
3
name : docker:20.10
4
4
args :
5
5
- build
@@ -11,7 +11,22 @@ steps:
11
11
- hack/dockerfiles
12
12
env :
13
13
- " DOCKER_BUILDKIT=1"
14
- waitFor : ["-"]
14
+ waitFor :
15
+ - " -"
16
+
17
+ - id : bootstrap_buildx
18
+ name : docker-buildx:cloudbuild
19
+ args :
20
+ - buildx
21
+ - create
22
+ - --bootstrap
23
+ - --name=cloudbuild
24
+ - --driver=docker-container
25
+ - --driver-opt=image=moby/buildkit:nightly
26
+ - --driver-opt=network=cloudbuild
27
+ - --use
28
+ waitFor :
29
+ - " docker_buildx"
15
30
16
31
- id : protoc-builder
17
32
name : docker-buildx:cloudbuild
@@ -23,20 +38,23 @@ steps:
23
38
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
24
39
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
25
40
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
41
+ - --cache-from=type=registry,ref=gcr.io/$PROJECT_ID/protoc/protoc-builder:cloudbuild_cache
42
+ - --output=type=image,name=gcr.io/$PROJECT_ID/protoc/protoc-builder:cloudbuild_cache,push=true
26
43
- .
27
- waitFor : ["docker"]
44
+ waitFor :
45
+ - " bootstrap_buildx"
28
46
29
47
- id : protoc
30
48
name : docker-buildx:cloudbuild
31
49
args :
32
50
- buildx
33
51
- build
34
52
- --target=protoc
35
- - --build-arg=BUILDKIT_INLINE_CACHE=1
36
53
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
37
54
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
38
55
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
39
- - --output=type=image,name=gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION},push=false
56
+ - --tag="gcr.io/$PROJECT_ID/protoc/protoc:${_PR_NUMBER:-${_PROTOC_VERSION}}"
57
+ - --load
40
58
- .
41
59
waitFor :
42
60
- " protoc-builder"
@@ -47,11 +65,11 @@ steps:
47
65
- buildx
48
66
- build
49
67
- --target=protoc-debug
50
- - --build-arg=BUILDKIT_INLINE_CACHE=1
51
68
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
52
69
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
53
70
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
54
- - --output=type=image,name=gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION}-debug,push=false
71
+ - --tag="gcr.io/$PROJECT_ID/protoc/protoc:${_PR_NUMBER:-${_PROTOC_VERSION}}-debug"
72
+ - --load
55
73
- .
56
74
waitFor :
57
75
- " protoc-builder"
68
86
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
69
87
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
70
88
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
89
+ - --cache-from=type=registry,ref=gcr.io/$PROJECT_ID/protoc/golang-builder:cloudbuild_cache
90
+ - --output=type=image,name=gcr.io/$PROJECT_ID/protoc/golang-builder:cloudbuild_cache,push=true
71
91
- .
72
92
waitFor :
73
93
- " protoc"
@@ -79,14 +99,13 @@ steps:
79
99
- buildx
80
100
- build
81
101
- --target=golang
82
- - --build-arg=BUILDKIT_INLINE_CACHE=1
83
102
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
84
103
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
85
104
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
86
105
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
87
106
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
88
- - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}
89
- - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}
107
+ - --tag=" gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${ _PROTOC_VERSION}-${_GOLANG_VERSION}}"
108
+ - --load
90
109
- .
91
110
waitFor :
92
111
- " golang-builder"
@@ -97,14 +116,13 @@ steps:
97
116
- buildx
98
117
- build
99
118
- --target=golang-debug
100
- - --build-arg=BUILDKIT_INLINE_CACHE=1
101
119
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
102
120
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
103
121
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
104
122
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
105
123
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
106
- - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}-debug
107
- - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-debug
124
+ - --tag=" gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${ _PROTOC_VERSION}-${_GOLANG_VERSION}} -debug"
125
+ - --load
108
126
- .
109
127
waitFor :
110
128
- " golang-builder"
@@ -118,13 +136,11 @@ substitutions:
118
136
_PROTOC_GEN_GO_VERSION : " v1.27.1" # https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.27.1
119
137
_PROTOC_GEN_GO_GRPC_VERSION : " 9c668aeab869" # https://github.com/grpc/grpc-go/tree/9c668aeab869
120
138
121
- images :
122
- - " gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION}"
123
- - " gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION}-debug"
124
- - " gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}"
125
- - " gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}"
126
- - " gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}-debug"
127
- - " gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-debug"
139
+ # images:
140
+ # - "gcr.io/$PROJECT_ID/protoc/protoc:${_PR_NUMBER:-${_PROTOC_VERSION}}"
141
+ # - "gcr.io/$PROJECT_ID/protoc/protoc:${_PR_NUMBER:-${_PROTOC_VERSION}}-debug"
142
+ # - "gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${_PROTOC_VERSION}-${_GOLANG_VERSION}}"
143
+ # - "gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${_PROTOC_VERSION}-${_GOLANG_VERSION}}-debug"
128
144
129
145
tags :
130
146
- " protoc.protoc"
0 commit comments