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
If the Murmur binary is statically linked, there won't be any real dependencies necessary for when it is finally deployed. At that point, the "production" image can be built FROM scratch, with some slight adjustments since it needs network capabilities to properly function.
That'll lower the size of the final image and let it use as little resources as can be.
The text was updated successfully, but these errors were encountered:
If the Murmur binary is statically linked, there won't be any real dependencies necessary for when it is finally deployed. At that point, the "production" image can be built
FROM scratch
, with some slight adjustments since it needs network capabilities to properly function.That'll lower the size of the final image and let it use as little resources as can be.
The text was updated successfully, but these errors were encountered: