dockerize
dockerize copied to clipboard
Set CGO_ENABLED=0 in Dockerfile for fully-static builds
This PR sets CGO_ENABLED=0 in Dockerfile so that libc.musl isn't dynamically linked.
With this PR, COPY --from=jwilder/dockerize /usr/local/bin/dockerize /usr/local/bin/dockerize should work on all like-architecture Linux images.
Any chance this can be merged and released on Docker hub? How can we help you, @jwilder? Cutting out a new release would also fix #143 apparently.
Thank you for the great work :pray:!