-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Reduce the docker image #153
Comments
+1 @sunilsankar @allburov |
Hi! I'd love to keep the original and
In the next step we could try to use alpine (I'm skeptical about docker-slim...) and create a bit more images
8 images... If there's anyone who could contribute to the project so we can have 2 Dockerfiles for that I'd start with the first step - separating chrome\no-chrome builds |
I will try to contribute @allburov |
Hi! devlikeapro/whatsapp-http-api noweb 1.49GB
devlikeapro/whatsapp-http-api chrome 2GB
devlikeapro/whatsapp-http-api latest 2.05GB It shouldn't be hard to extend it with alpine or similar small base image using github matrix https://github.com/devlikeapro/whatsapp-http-api/blob/core/.github/workflows/build.yaml The tags should be start with
Contributions are welcome! |
Hi is it possible to reduce the docker image size. I see that it is 1.92GB for arm .Can we use alpine image instead of bullseye and also reducing the number of layers make the image small.
Better to have different images for noweb and webjs. Just a suggestion . Awesome project btw :)
The text was updated successfully, but these errors were encountered: