Skip to content

Commit 0c15645

Browse files
authored
Explicitly load go license container locally (#27824)
1 parent 66dd8b3 commit 0c15645

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release/go-licenses/common.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ docker {
2424
files '../get-licenses.sh', '../go.mod'
2525
noCache false
2626
buildArgs(['sdk_location': "github.com/apache/beam/sdks/v2/${sdkName}/container"])
27+
// If Docker buildx builder is used, explicitly load the image into the local repository.
28+
load true
2729
}
2830

2931
// The mkdir happens at configuration time to allow dockerRun volume to be declared.

0 commit comments

Comments
 (0)