Skip to main content

No project description provided

Project description

Satamanosturi

Satamanosturi (Finnish for "harbor crane") is a tool to copy Docker images from one place to another.

Initially, ECR-to-ECR copies are supported, and unfortunately only with the help of a local Docker daemon.

Usage example

For example,

$ python -m satamanosturi copy-image --source-repo ecr:first-repo --dest-repo ecr:other-repo \
  --source-tag latest-master --copy-tags --skip-tag latest-master --add-tag latest

would copy the latest image in the ECR first-repo repository tagged with latest-master to other-repo:latest, and also copy all tags from the source image to the destination image, except the latest-master tag.

You can add --dry-run to skip the actual pushing.s

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

satamanosturi-0.0.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

satamanosturi-0.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page