There was an error while loading. Please reload this page.
1 parent 4c4d3f8 commit 6a2b099Copy full SHA for 6a2b099
1 file changed
image/containerimage.py
@@ -729,6 +729,8 @@ def copy(
729
Args:
730
dest (Union[str, ContainerImageReference]): The destination location to copy the image
731
auth (Dict[str, Any]): A valid docker config JSON loaded into a dict
732
+ chunked (bool): Whether to upload blobs in chunks or monolithically
733
+ chunk_size (int): The chunk size to use for chunked blob uploads, measured in bytes
734
src_skip_verify (bool): Insecure, skip TLS cert verification for the source reference
735
dest_skip_verify (bool): Insecure, skip TLS cert verification for the destination reference
736
src_http (bool): Insecure, whether to use HTTP (not HTTPs) for the source reference
0 commit comments