Merge pull request #503 from tonistiigi/fix-env-passing
gateway: fix product env passingdocker-18.09
commit
228ff2a9f1
|
@ -178,7 +178,7 @@ func (gf *gatewayFrontend) Solve(ctx context.Context, llbBridge frontend.Fronten
|
|||
}
|
||||
}()
|
||||
|
||||
env = append(env, "BUILDKIT_EXPORTEDPRODUCT=", apicaps.ExportedProduct)
|
||||
env = append(env, "BUILDKIT_EXPORTEDPRODUCT="+apicaps.ExportedProduct)
|
||||
|
||||
err = llbBridge.Exec(ctx, executor.Meta{
|
||||
Env: env,
|
||||
|
|
Loading…
Reference in New Issue