Skip to content

Commit

Permalink
Merge pull request #277 from kinvolk/iaguis/trim-image
Browse files Browse the repository at this point in the history
Dockerfile: start from scratch
  • Loading branch information
iaguis committed May 14, 2018
2 parents 03de235 + 1900aa7 commit 8135e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.6
FROM scratch

COPY habitat-operator /habitat-operator

ENTRYPOINT ["/habitat-operator"]
ENTRYPOINT ["/habitat-operator", "-logtostderr"]

0 comments on commit 8135e9d

Please sign in to comment.