Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/jenningsloy318/redfish_exporter.git /build && cd /build && git checkout e28371ddb8606720b26290df1ee258e350d0f7dd
WORKDIR /build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
FROM scratch
Expand Down