We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f086377 + 66d3206 commit cfcf768Copy full SHA for cfcf768
Dockerfile
@@ -1,6 +1,8 @@
1
-FROM golang:1.7.5-alpine
+FROM golang:1.9-alpine
2
3
COPY . /go/src/github.com/linki/chaoskube
4
RUN go install -v github.com/linki/chaoskube
5
+RUN addgroup -S chaoskube && adduser -S -g chaoskube chaoskube
6
7
+USER chaoskube
8
ENTRYPOINT ["/go/bin/chaoskube"]
0 commit comments