Skip to content

Commit

Permalink
docker: switch from scratch to gcr.io/distroless/base base
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 6, 2017
1 parent b814460 commit f31f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scratch
FROM gcr.io/distroless/base
COPY skydive /usr/bin/skydive
COPY skydive.yml /etc/skydive.yml
ENTRYPOINT ["/usr/bin/skydive", "--conf", "/etc/skydive.yml"]

0 comments on commit f31f6c6

Please sign in to comment.