Skip to content

Develop capability to copy images to and from a directory on the filesystem #44

@whatsacomputertho

Description

@whatsacomputertho

Overview

We are working on the ability to copy images between two registries while maintaining digest integrity

That effectively would serve as a python-native implementation of

# Copy from registry to registry
skopeo copy docker://$SRC_IMAGE docker://$DEST_IMAGE

This issue will focus on a similar capability, this time a python-native implementation of

# Copy from registry to directory
skopeo copy docker://$SRC_IMAGE dir:$DEST_DIR

# Copy from directory to registry
skopeo copy dir:$SRC_DIR docker://$DEST_IMAGE

Acceptance

  • It is possible to copy an image from a registry to a directory using containerimage-py
  • It is possibly to copy an image from a directory to a registry using containerimage-py
  • The usage of these new capabilities are documented
  • Example scripts are written for these new capabilities
  • There is unit test coverage for these new capabilities

Metadata

Metadata

Labels

v1.1.0Features & bug fixes to be released in version 1.1.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions