Skip to content

Commit

Permalink
Switch off cache usage when running podman build
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiguash committed Sep 17, 2024
1 parent fab1686 commit 0e65fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bin/pyutils/build_bootc_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def process_containerfile(groupdir, containerfile, dry_run):
"sudo", "podman", "build",
"--authfile", PULL_SECRET,
"--secret", f"id=pullsecret,src={PULL_SECRET}",
"--no-cache",
"-t", cf_outname, "-f", cf_outfile,
IMAGEDIR
]
Expand Down

0 comments on commit 0e65fa7

Please sign in to comment.