I don't need some fancy layout for the containers, a `FROM scratch` + `COPY` the binary is enough This is easier to make a reproducible build and downstream users can just pin the digest of the containers to get the immutable artifacts.
I don't need some fancy layout for the containers, a
FROM scratch+COPYthe binary is enoughThis is easier to make a reproducible build and downstream users can just pin the digest of the containers to get the immutable artifacts.