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
Release files for satamanosturi 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| satamanosturi-0.0.1.tar.gz | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| satamanosturi-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.2 kB
Release files / satamanosturi-0.0.1.tar.gz
| Download URL | satamanosturi-0.0.1.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19ada3935114c1563ce9fdd061818267be798cedb02be123297a43423ce148af
|
|
BLAKE2b-256 checksum How to use checksums |
91518405d13fb6cd661624f1807c3c6ecf290b300a50b83b1545ed63b0c1e745
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.24.1
|
Release files / satamanosturi-0.0.1-py3-none-any.whl
| Download URL | satamanosturi-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cfbae5f9717daf56a0d7cef73b3098abbc47c7b5fa23aafdaf77bece3ec2e46f
|
|
BLAKE2b-256 checksum How to use checksums |
3994b5ac411a861ff5b1be9204a20d62b56790c106f0ce82c187e262013252ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.24.1
|