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

[rhcos-4.17] aliyun: make image replication idempotent #3874

Commits on Sep 12, 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 authored and openshift-cherrypick-robot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    af41963 View commit details
    Browse the repository at this point in the history