Remove entrypoints#86
Conversation
One of the reasons that I have not removed the and representatives of astral.sh have not yet responded to the initiation of new discussion about this topic here: |
|
I understand the implications. I have a solution for /entrypoint.sh that would just creating a dummy /entrypoint.sh like before, but for /entrypoint_root.sh I don't see any solution. |
Please attempt to port the GitHub Actions here is the port of the GitHub Actions |
21d8440 to
aeab861
Compare
- remove all entrypoint files (entrypoint.sh, entrypoint_root.sh) and all references to them - suggest in README.md to directly change the UID instead of using /entrypoint_root.sh to login as root
aeab861 to
e4d9906
Compare
Entrypoints are not needed anymore after #85
This pull request:
remove all entrypoint files (entrypoint.sh, entrypoint_root.sh) and all references to them
suggest in README.md to directly change the UID instead of using /entrypoint_root.sh to login as root
This will break projects that explicitly use entrypoints, for example some had to specify the entrypoint in GitHub Actions workflows.