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

aliyun: make image replication idempotent #3872

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. aliyun: make image replication idempotent

    There is a history of failure copying images to other regions on
    aliyun. Upstream code that calls the CopyImage code more than once
    will get a DuplicateImage error when an image with the same name
    already exists. Let's check to see if the image name exists in the
    region before attempting to copy the image to the region and return
    early if it already exists.
    mike-nguyen committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7146018 View commit details
    Browse the repository at this point in the history