Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support os/arch param #144

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

ethan256
Copy link
Contributor

@ethan256 ethan256 commented Jan 9, 2024

Pull Request Description

Describe what this PR does / why we need it

Does this pull request fix one issue?

Fixes #143

Describe how you did it

Set osFilterList and archFilterList with external parameters.

Describe how to verify it

As follow:
s1: download and start harbor private by https://goharbor.io/docs/2.4.0/install-config/download-installer/
s2: edit auth.yml and images.yml file
s3: execute command ./image-syncer --arch=amd64 --arch=arm64 --os=linux --proc=4 --auth=./auth.yaml --images=./images.yaml --retries=3
s4: login harbor registry and see images arch.

Special notes for reviews

@hhyasdf
Copy link
Collaborator

hhyasdf commented Jan 10, 2024

Thanks for your contribution! Seems it's forgotten during last refactoring :D.

@hhyasdf hhyasdf closed this Jan 10, 2024
@hhyasdf hhyasdf reopened this Jan 10, 2024
@hhyasdf hhyasdf merged commit abd2689 into AliyunContainerService:master Jan 10, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support os/arch param
2 participants