File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.24-alpine3.21 AS builder
1+ FROM golang:1.24-alpine3.21@sha256:6a413de5d66854e1e7ca182a7218d05dee912986ed43c426c8579756124117b3 AS builder
22WORKDIR $GOPATH/src/go.k6.io/k6
33ADD . .
44RUN apk --no-cache add git
55RUN go install go.k6.io/xk6/cmd/xk6@latest
66RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6
77
8- FROM alpine:3.21
8+ FROM alpine:3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b
99RUN apk add --no-cache ca-certificates && \
1010 adduser -D -u 12345 -g 12345 k6
1111COPY --from=builder /tmp/k6 /usr/bin/k6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ networks:
77
88services :
99 influxdb :
10- image : influxdb:2.0-alpine
10+ image : influxdb:2.0-alpine@sha256:28b27ba51abbddb2113c728b9fb5e23261733a9bceb995402012e69aa34273d4
1111 networks :
1212 - k6
1313 - grafana
@@ -23,7 +23,7 @@ services:
2323 - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=EEKpryGZk8pVDXmIuy484BKUxM5jOEDv7YNoeNZUbsNbpbPbP6kK_qY9Zsyw7zNnlZ7pHG16FYzNaqwLMBUz8g==
2424
2525 grafana :
26- image : grafana/grafana:8.2.6
26+ image : grafana/grafana:8.2.6@sha256:1b1e4d15793790d628008086fca2e420eba8bdffdf0cafc9e35abe9e1579752c
2727 networks :
2828 - grafana
2929 - influxdb
You can’t perform that action at this time.
0 commit comments