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
I'm thinking - if this is feasible, which I'm led to believe it is - the official images could use multi-stage builds to build the binary from source using Ubuntu, then package it in an image FROM scratch, which would be even more minimal than using whatever version is packaged with Alpine (#32),
The text was updated successfully, but these errors were encountered:
I'm thinking - if this is feasible, which I'm led to believe it is - the official images could use multi-stage builds to build the binary from source using Ubuntu, then package it in an image
FROM scratch
, which would be even more minimal than using whatever version is packaged with Alpine (#32),The text was updated successfully, but these errors were encountered: