AliyunContainerService / image-syncer

Docker image synchronization tool for Docker Registry V2 based services
Apache License 2.0
861 stars 247 forks source link

Support `os/arch` param #143

Closed ethan256 closed 8 months ago

ethan256 commented 8 months ago

Issue Description

Type: feature request

Describe what feature you want

Synchronize only the mirrors of the specified os and arch. example:

./image-syncer --arch=amd64 --arch=arm64 --os=linux --proc=4 --auth=./auth.yaml --images=./images.yaml --retries=3

The above commands only synchronize linux/amd64 and linux/arm64 images.

Additional context