Skip to content

Commit

Permalink
Merge pull request #3 from stackhpc/workaround/duplicate-pci-devices
Browse files Browse the repository at this point in the history
Include workaround for duplicate PCI devices
  • Loading branch information
jovial authored Apr 28, 2023
2 parents 8c17f0f + 2bf917c commit 93bb60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine as builder
RUN apk add --no-cache git
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
WORKDIR /build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
FROM scratch
Expand Down

0 comments on commit 93bb60c

Please sign in to comment.