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

Unable to parse image with sha256 hash #294

Open
dmcallejo opened this issue May 29, 2024 · 0 comments
Open

Unable to parse image with sha256 hash #294

dmcallejo opened this issue May 29, 2024 · 0 comments

Comments

@dmcallejo
Copy link

Hello!
I was testing the script and tried to create a new revision of a task definition and my image name containing the sha256 hash got rejected:

ecs-deploy -d $TASK_DEFINITION_NAME -i "registry.gitlab.com/my_group/my_project@sha256:dad7a0d0ca125ea1985fdc83e93ecdb477c52758135bdb4cf6c45ec1fcd9c4e0"
Unable to parse image name: registry.gitlab.com/my_group/my_project@sha256:dad7a0d0ca125ea1985fdc83e93ecdb477c52758135bdb4cf6c45ec1fcd9c4e0, check the format and try again

Maybe the regex should be adjusted to allow this format as well as the tag+sha256 format?

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant