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 8c17f0f commit 2bf917cCopy full SHA for 2bf917c
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:alpine as builder
2
RUN apk add --no-cache git
3
-RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout feature/log_counts
+RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout 59d1061fb0370cf72e1f813dfcc425f139be49d7
4
WORKDIR /build
5
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
6
FROM scratch
0 commit comments