Skip to content

Commit

Permalink
feat: move to distroless:static image (#610)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Aug 21, 2022
1 parent e699a55 commit bea4a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile
FROM ghcr.io/distroless/alpine-base@sha256:09ffedb199e159c97bd59338703e2fb82c73190be9b055558026c5ecdaf45b4a
FROM ghcr.io/distroless/static@sha256:baf53a1c76184d7e56541a5cdd3f03beea2b22f7112dd71f59dd0b557493290c
COPY minectl \
/usr/bin/minectl
ENTRYPOINT ["/usr/bin/minectl"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/vultr/govultr/v2 v2.17.2
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
github.com/xeipuuv/gojsonschema v1.2.0
go.uber.org/zap v1.22.0
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
Expand Down Expand Up @@ -108,7 +109,6 @@ require (
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
go.opencensus.io v0.23.0 // indirect
Expand Down

0 comments on commit bea4a82

Please sign in to comment.