Skip to content

Commit

Permalink
feat: ensure multi-arch images are copied (#429)
Browse files Browse the repository at this point in the history
Adding an additional argument `--multi-arch all` to ensure that all arch
images are copied.
  • Loading branch information
alexandermarston committed Jan 21, 2023
1 parent e49f2aa commit 207303e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/image_swapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ func copyImage(src string, srcCeds string, dest string, destCreds string) error
"--override-os", "linux",
"copy",
"--all",
"--multi-arch", "all",
"--retry-times", "3",
"docker://" + src,
"docker://" + dest,
Expand Down

0 comments on commit 207303e

Please sign in to comment.