File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/prometheus/golang-builder as builder
1
+ FROM quay.io/prometheus/golang-builder AS builder
2
2
3
3
ARG PROMU_VERSION=0.13.0
4
4
ADD https://github.com/prometheus/promu/releases/download/v${PROMU_VERSION}/promu-${PROMU_VERSION}.linux-amd64.tar.gz ./
@@ -10,14 +10,14 @@ WORKDIR /go/src/github.com/prometheus-community/elasticsearch_exporter
10
10
RUN go mod download
11
11
RUN make
12
12
13
- FROM scratch as scratch
13
+ FROM scratch AS scratch
14
14
15
15
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
16
16
17
17
EXPOSE 9114
18
18
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
19
19
20
- FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.0 as ubi
20
+ FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.2 AS ubi
21
21
22
22
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
23
23
You can’t perform that action at this time.
0 commit comments