Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5781fae

Browse filesBrowse files
committed
remove promu; update docker base
1 parent 1d432de commit 5781fae
Copy full SHA for 5781fae

File tree

Expand file treeCollapse file tree

3 files changed

+2
-14
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-14
lines changed
Open diff view settings
Collapse file

‎.promu.yml‎

Copy file name to clipboardExpand all lines: .promu.yml
-11Lines changed: 0 additions & 11 deletions
This file was deleted.
Collapse file

‎Dockerfile‎

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/ClickHouse/clickhouse_exporter
88

99
RUN make init && make
1010

11-
FROM frolvlad/alpine-glibc:alpine-3.8
11+
FROM frolvlad/alpine-glibc:alpine-3.13
1212

1313
COPY --from=BUILD /go/bin/clickhouse_exporter /usr/local/bin/clickhouse_exporter
1414

Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
all: build test
22

33
init:
4-
go get -u github.com/prometheus/promu
54
go get -u github.com/AlekSi/gocoverutil
65

76
build:
87
go install -v
9-
promu build
8+
go build
109

1110
test:
1211
go test -v -race

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.