Skip to content

Commit 2d8b273

Browse files
committed
First Release of Exporter
1 parent 3104c92 commit 2d8b273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ethminer-exporter/build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ COPY . ./
55
RUN GOOS=linux CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -a -tags netgo -ldflags '-w' -o /bin/ethxporter main.go
66

77
FROM scratch as final
8+
LABEL maintainer=haydenfuss@gmail.com
9+
LABEL org.opencontainers.image.source=https://github.com/hfuss/ethernetes
10+
811
COPY --from=build /bin/ethxporter /
912
ENTRYPOINT [ "/ethxporter" ]
1013
CMD ["--help"]

0 commit comments

Comments
 (0)