@@ -38,7 +38,7 @@ jest.spyOn(Builder.prototype, 'inspect').mockImplementation(async (): Promise<Bu
3838 {
3939 buildkit : 'v0.11.0' ,
4040 'buildkitd-flags' : '--debug --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host' ,
41- 'driver-opts' : [ 'BUILDKIT_STEP_LOG_MAX_SIZE=10485760' , 'BUILDKIT_STEP_LOG_MAX_SPEED=10485760' , 'JAEGER_TRACE=localhost:6831' , 'image=moby/buildkit:latest' , 'network=host' ] ,
41+ 'driver-opts' : [ 'BUILDKIT_STEP_LOG_MAX_SIZE=10485760' , 'BUILDKIT_STEP_LOG_MAX_SPEED=10485760' , 'JAEGER_TRACE=localhost:6831' , 'image=moby/buildkit:latest' , 'network=host' , 'qemu.install=true' ] ,
4242 endpoint : 'unix:///var/run/docker.sock' ,
4343 name : 'builder20' ,
4444 platforms : 'linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6' ,
@@ -196,11 +196,12 @@ describe('parseInspect', () => {
196196 "buildkit" : "v0.11.0" ,
197197 "buildkitd-flags" : "--debug --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host" ,
198198 "driver-opts" : [
199- "BUILDKIT_STEP_LOG_MAX_SIZE=10485760" ,
200- "BUILDKIT_STEP_LOG_MAX_SPEED=10485760" ,
201- "JAEGER_TRACE=localhost:6831" ,
199+ "env. BUILDKIT_STEP_LOG_MAX_SIZE=10485760" ,
200+ "env. BUILDKIT_STEP_LOG_MAX_SPEED=10485760" ,
201+ "env. JAEGER_TRACE=localhost:6831" ,
202202 "image=moby/buildkit:latest" ,
203- "network=host"
203+ "network=host" ,
204+ "qemu.install=true"
204205 ] ,
205206 "endpoint" : "unix:///var/run/docker.sock" ,
206207 "name" : "builder20" ,
0 commit comments