-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CI: Generate Docker image with Alpine Linux #321
CI: Generate Docker image with Alpine Linux #321
Conversation
With this current change, I observed that the image size reduced from 96 MB to 12.4 MB. However, the |
99d57be
to
7f801aa
Compare
The current PR works on However, it doesn't work on my Intel MacBook. I currently don't have a M1 laptop at hand, can @jserv help me quickly test it out? The testing can be performed as shown:
|
Due to Docker being cumbersome and resource-intensive on macOS with Apple Silicon, I prefer using nerdctl, which offers a command line interface that is compatible with Docker. Along with lima, I run the command
|
After running
As my docker/lima was configured to allocate only 4GiB of memory in the container, After checking the source code, maybe we need to mention this in README as a hardware requirement?
|
Maybe some object files are copied from the folder directly during the build. Can you try to run Thank you! |
7f801aa
to
49778e4
Compare
Additional |
…mage_size CI: Generate Docker image with Alpine Linux
Close #286