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
I did not added Alpine suppprt because Python's performance are worse in them (some source).
But I see no problem on adding it to the image! I am a little busy until the end of the year, so I do not know when I can implement this feature. But if you want to do it yourself, it would be awesome!
Unfortunately I still have not written a contribution guide lines for the project, but the idea seems to be
add Dockerfile-alpine.template file to the templates folder (very similar to the Dockerfile of your example).
assure the quality of code, from the project's CI (you can use Poetry, with poetry install && poetry shell, or pure pip, with pip install -r requirements/dev.txt && pip install -e ., to install the quality tools and run them locally).
Alpine images are extremely common due to their small size.
For example, Python's 3.7.15-alpine3.17 image is 17.35MiB compressed while the 3.7.15-slim Ubuntu based one is 44.89MiB
As a side note, a Dockerfile as simple as this seems to work:
The text was updated successfully, but these errors were encountered: