Skip to content

Conversation

@sayan24kole
Copy link

This PR enforces LF line endings for shell scripts in the repository via .gitattributes to prevent Docker startup failures on Windows.

The original issue caused containers to exit with code 127:

/usr/bin/env: ‘bash\r’: No such file or directory

By adding .gitattributes and normalizing shell scripts, this PR improves cross-platform Docker compatibility and avoids the CRLF-related errors during container startup.

Fixes #4848

@sayan24kole
Copy link
Author

Hi maintainers,

This PR only adds a .gitattributes file to enforce LF line endings for shell scripts. It does not modify any script logic or Python code.

The Travis CI build failure seems unrelated to the changes in this PR. Please let me know if any additional updates are required on my side.

Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker startup fails due to interactive input in seed command

1 participant