awslabs / amazon-ecr-credential-helper

Automatically gets credentials for Amazon ECR on docker push/docker pull
Apache License 2.0
2.45k stars 335 forks source link

Document Windows ARM variant support as experimental #791

Closed austinvazquez closed 2 months ago

austinvazquez commented 2 months ago

Issue

Support for Windows ARM variant was added in #782 and will be included in the next release.

The concern is Windows ARM containers are still very much bleeding edge in the community. Compute platforms like GitHub (used by build CI; ref) and AWS CodeBuild (used by release pipeline via CodePipeline; ref) don't yet have support for Windows ARM runners yet.

Recommended solution

The recommendation is to mark the Windows ARM variants as experimental in README.

pendo324 commented 2 months ago

Marking it as experimental makes sense to me 👍. I think we should also define why its experimental (what experimental means) and how to make it non-experimental.

austinvazquez commented 2 months ago

@pendo324 great point. I have opened #796 for this. PTAL.