Skip to content

Commit

Permalink
Fix: No progress information while copying images to ECR (#6681, PR #…
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Jan 6, 2025
2 parents a25cef4 + 78fac97 commit c81dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def copy_single_platform_image(src: TagImageRef,

with Repository.temporary_auth_file(dst, src) as auth_file:
command = [
'skopeo', 'copy', '--authfile', auth_file, '--preserve-digests',
'skopeo', 'copy', '--authfile', auth_file, '--preserve-digests', '--debug',
'docker://' + str(src.with_digest(digest)),
'docker://' + str(dst)
]
Expand Down

0 comments on commit c81dde7

Please sign in to comment.