You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to login into ECR using crane with the command crane auth login --username AWS --password-stdin 123456789.ecr.us-east-1.amazonaws.com/my_repository I get an error message Error: registries must be valid RFC 3986 URI authorities: 123456789.ecr.us-east-1.amazonaws.com/my_repository.
This might be more of a QoL feature than a bug fix :)
Expected behavior
I expect crane auth login to ignore the repository name, similarly to what docker login does.
Additional context
crane version -> 0.20.2
Registry used -> ECR
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to login into ECR using crane with the command
crane auth login --username AWS --password-stdin 123456789.ecr.us-east-1.amazonaws.com/my_repository
I get an error messageError: registries must be valid RFC 3986 URI authorities: 123456789.ecr.us-east-1.amazonaws.com/my_repository
.This might be more of a QoL feature than a bug fix :)
Expected behavior
I expect
crane auth login
to ignore the repository name, similarly to whatdocker login
does.Additional context
crane version
->0.20.2
Registry used -> ECR
The text was updated successfully, but these errors were encountered: