Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created August 31, 2021 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-guy/c71e1a82387ecf6f2d99d770a67a8b8d to your computer and use it in GitHub Desktop.
Save developer-guy/c71e1a82387ecf6f2d99d770a67a8b8d to your computer and use it in GitHub Desktop.
kink Dockerfile for GoReleaser
FROM distroless:static-nonroot-amd64
ADD kink-linux-amd64 /usr/local/bin/kink
USER nonroot
ENTRYPOINT ["kink"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment