We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae396ec commit bbc3ecbCopy full SHA for bbc3ecb
Dockerfile
@@ -5,5 +5,5 @@ RUN go install go.k6.io/xk6/cmd/xk6@latest
5
RUN xk6 build --output /k6 --with github.com/GhMartingit/xk6-mongo@v0.1.3 --with github.com/grafana/xk6-sql-driver-postgres@v0.1.0 --with github.com/grafana/xk6-sql@v1.0.1 --with github.com/grafana/xk6-loki@v1.0.0
6
7
# Use the operator's base image and override the k6 binary
8
-FROM grafana/k6@v0.56.0
+FROM grafana/k6:0.56.0
9
COPY --from=builder /k6 /usr/bin/k6
0 commit comments