Skip to content

Commit 93bb60c

Browse files
authored
Merge pull request #3 from stackhpc/workaround/duplicate-pci-devices
Include workaround for duplicate PCI devices
2 parents 8c17f0f + 2bf917c commit 93bb60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:alpine as builder
22
RUN apk add --no-cache git
3-
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout feature/log_counts
3+
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout 59d1061fb0370cf72e1f813dfcc425f139be49d7
44
WORKDIR /build
55
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
66
FROM scratch

0 commit comments

Comments
 (0)