Skip to content

Commit

Permalink
disable provenance when building images.
Browse files Browse the repository at this point in the history
This is an attempt to fix missing manifest errors from appearing in
gitlab container registry
  • Loading branch information
AnttiRae committed Jan 25, 2024
1 parent 5526f09 commit 2b2550a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kolga/libs/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def build_stage(
"docker",
"buildx",
"build",
"--provenance=false",
f"--file={self.dockerfile.absolute()}",
f"--target={stage}",
"--progress=plain",
Expand Down

0 comments on commit 2b2550a

Please sign in to comment.