We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf77cb1 commit 02b6be8Copy full SHA for 02b6be8
Dockerfile
@@ -7,14 +7,14 @@ RUN apk add --update --no-cache ca-certificates curl git make
7
RUN go get -u github.com/golang/dep/cmd/dep
8
RUN dep ensure -v -vendor-only
9
10
-RUN go install ./cmd/logging-operator
+RUN go install ./cmd/manager
11
12
13
-FROM alpine:3.7
+FROM alpine:3.8
14
15
RUN apk add --no-cache ca-certificates
16
17
-COPY --from=golang /go/bin/logging-operator /usr/local/bin/logging-operator
+COPY --from=golang /go/bin/manager /usr/local/bin/logging-operator
18
19
RUN adduser -D logging-operator
20
USER logging-operator
0 commit comments