-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Hello,
I maintain a SOE for a fleet of Linux desktops which use the ecr-credential-helper.
Currently I must source this from an S3 URL which varies based on the latest stable release version. For example it is currently: https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.10.0/linux-amd64/docker-credential-ecr-login
Could the S3 link for this project please provide a fixed link to the latest stable release?
I mean something like:
https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/latest/linux-amd64/docker-credential-ecr-login
Without this I must regularly check to see if the version has changed and update our codebase regularly.
I'm happy to wear the risk that the latest stable version hasn't been tested in our environment.
Thank you!