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
Using a multi stage dockerfile results in an image that goes from (on quay) 83.9MB to 19.8MB.
Uncompressed, it goes from 234MB to 50.6MB.
The difference is that XMRig is built on docker build instead of on runtime.
If anyone would like to comment regarding the benefits on this, that would be appreciated.
I like that the image is significantly smaller, however I'm not certain regarding the performance hit.
quay.io/rblaine95/monero_xmrig:latest - larger image, compile on runtime quay.io/rblaine95/monero_xmrig:tiny - smaller image, compile on build
The text was updated successfully, but these errors were encountered:
Using a multi stage dockerfile results in an image that goes from (on quay)
83.9MB
to19.8MB
.Uncompressed, it goes from
234MB
to50.6MB
.The difference is that XMRig is built on
docker build
instead of on runtime.If anyone would like to comment regarding the benefits on this, that would be appreciated.
I like that the image is significantly smaller, however I'm not certain regarding the performance hit.
quay.io/rblaine95/monero_xmrig:latest
- larger image, compile on runtimequay.io/rblaine95/monero_xmrig:tiny
- smaller image, compile on buildThe text was updated successfully, but these errors were encountered: