Public Access
DEVX-137: fix: disable Docker buildx provenance attestation
This commit was merged in pull request #208.
This commit is contained in:
@@ -162,7 +162,7 @@ def build_image(
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
full_tags = [build_full_tag(registry, spec.name, t) for t in spec.tags]
|
full_tags = [build_full_tag(registry, spec.name, t) for t in spec.tags]
|
||||||
cmd = ["docker", "build"]
|
cmd = ["docker", "build", "--provenance=false"]
|
||||||
if pull:
|
if pull:
|
||||||
cmd.append("--pull")
|
cmd.append("--pull")
|
||||||
for ft in full_tags:
|
for ft in full_tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user