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
bdehamer:watchtower $ docker run --rm -v $(pwd):/src centurylink/golang-builder
Building github.com/CenturyLinkLabs/watchtower
bdehamer:watchtower $ ldd watchtower
not a dynamic executable
Because of root Docker's golang image, static builds are not available.
Dynamically linked gotools from Docker's golang image are unable to produce static builds.
Example ldd output from freshly created binary:
The text was updated successfully, but these errors were encountered: