Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build the binaries with static linking and without CGO. #34

Merged
merged 2 commits into from
Jun 25, 2020
Merged

Build the binaries with static linking and without CGO. #34

merged 2 commits into from
Jun 25, 2020

Commits on Jun 25, 2020

  1. Build the binaries with static linking and without CGO.

    Changes:
    - Build the binaries without CGO.
    - Use static linking.
    - Use the scratch base image in the runtime container.
    - Replace the docker entrypoint shell script with a Go binary, because there isn't a shell.
    - Reduce the complexity of the Dockerfile.
    
    Closes #33
    evanmcclure committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    686e87f View commit details
    Browse the repository at this point in the history
  2. Remove extraneous quote

    evanmcclure committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b135002 View commit details
    Browse the repository at this point in the history