Skip to content

Commit 9aa6f19

Browse files
committed
Try to disable attestations
1 parent 43aabf5 commit 9aa6f19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ namespace :docker do
296296
*tags.map {|tag| ["-t", tag] }.flatten,
297297
*build_args.map {|arg| ["--build-arg", arg] }.flatten,
298298
'--target', target,
299+
'--provenance=false',
300+
'--sbom=false',
299301
'.'
300302

301303
sh 'docker', 'images'

0 commit comments

Comments
 (0)