Draft: Add a Docker entrypoint
1 unresolved thread
1 unresolved thread
- Default to Python 3.10, drop 3.8
- Add a Docker entrypoint
- Don’t install the config.
The Docker entrypoint saves effort for users: they can map a config inside a container based on the stock image without having to rebuild it.
Since the config is no longer necessary inside the image, don’t install it.
Edited by Andrej Shadura
Merge request reports
Activity
Filter activity
added 1 commit
- 1bca1c5b - Add a supervisord-managed entrypoint, drop config from the image
added 5 commits
-
1bca1c5b...39574ac1 - 4 commits from branch
main
- 2f210360 - Add a supervisord-managed entrypoint, drop config from the image
-
1bca1c5b...39574ac1 - 4 commits from branch
added 30 commits
-
372a7a67...a68769d5 - 29 commits from branch
main
- eb1efd3b - Add a supervisord-managed entrypoint, drop config from the image
-
372a7a67...a68769d5 - 29 commits from branch
added 1 commit
- 994afb05 - Ensure the websocket context is present in websocket subtasks
added 1 commit
- 655dced8 - Ensure the websocket context is present in websocket subtasks
added 1 commit
- ce063c3f - Increase httpx pool limits tenfold to avoid pool clogging
added 5 commits
-
ce063c3f...fdc40110 - 4 commits from branch
main
- 5664481a - Add a supervisord-managed entrypoint, drop config from the image
-
ce063c3f...fdc40110 - 4 commits from branch
added 4 commits
-
5664481a...381cfd06 - 3 commits from branch
main
- 6f231338 - Add a supervisord-managed entrypoint, drop config from the image
-
5664481a...381cfd06 - 3 commits from branch
added 3 commits
-
6f231338...d07af15f - 2 commits from branch
main
- 8a5020e9 - Add a supervisord-managed entrypoint, drop config from the image
-
6f231338...d07af15f - 2 commits from branch
added 4 commits
-
8a5020e9...d296c08a - 3 commits from branch
main
- a2773f1e - Add a supervisord-managed entrypoint, drop config from the image
-
8a5020e9...d296c08a - 3 commits from branch
fwiw having an entrypoint would still make sense though that really could just be either the client or server being run from a respective client or server container. (can be the same layers otherwise)
Also for tls termination; a better way to do that should be figured out; For most setups i would expect some frontend will terminate tls rather then the proxy itself in the first place
Please register or sign in to reply