Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile.alpine as improved Dockerfile #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ngaro
Copy link

@ngaro ngaro commented Jan 8, 2025

It might be bit subjective but I like my Dockerfile more.

  • Only ~25% of the size of the original one
  • Uses official Python base image
  • Python 3.12 (compromise between stability and new features)
  • Alpine 3.20 (also stability / feature compromise)
  • All build tools are removed after building

If you also like it better you might want to rename Dockerfile.alpine to Dockerfile

- Only 25% of the size of the original one
- Uses official Python base image
- Python 3.12 (compromise between stability and new features)
- Alpine 3.20 (also stability / feature compromise)
- All buildtools are removed after building
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.

2 participants