We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ff289 commit e43d88dCopy full SHA for e43d88d
Dockerfile
@@ -5,7 +5,7 @@ RUN apk --no-cache add git
5
RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest
6
RUN CGO_ENABLED=0 xk6 build --with github.com/elastic/xk6-output-elasticsearch=. --output /tmp/k6
7
8
-FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
+FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
9
RUN apk add --no-cache ca-certificates && \
10
adduser -D -u 12345 -g 12345 k6
11
COPY --from=builder /tmp/k6 /usr/bin/k6
0 commit comments