We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ParallelCluster 3.10.0 fails to build images in all China regions.
The error surfaced by Image Builder is:
Image ARN: arn:aws-cn:imagebuilder:REGION:ACCOUNT:image/IMAGE_NAME/3.10.0/1 failed with error: Workflow Execution ID: 'wf-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx' failed with reason: Document arn:aws-cn:imagebuilder:REGION:ACCOUNT:component/parallelclusterimage-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx/3.10.0/1 failed!."
which is internally caused by a wrong URL used to download the dependency gems.tgz from the regional bucket.
gems.tgz
ParallelCluster version 3.10.0 is affected.
See details in Wiki https://github.com/aws/aws-parallelcluster/wiki/(3.10.0)-Build-image-fails-in-China-regions
The text was updated successfully, but these errors were encountered:
Resolved in ParallelCluster 3.10.1
https://github.com/aws/aws-parallelcluster/releases/tag/v3.10.1
Sorry, something went wrong.
No branches or pull requests
The issue
ParallelCluster 3.10.0 fails to build images in all China regions.
The error surfaced by Image Builder is:
which is internally caused by a wrong URL used to download the dependency
gems.tgz
from the regional bucket.Affected versions
ParallelCluster version 3.10.0 is affected.
Mitigation
See details in Wiki https://github.com/aws/aws-parallelcluster/wiki/(3.10.0)-Build-image-fails-in-China-regions
The text was updated successfully, but these errors were encountered: