-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile error #33
Comments
Hi @po45ke95, Did you change the Dockerfile? |
Yes @codebien I tried docker build and get those error.
|
This is no required, this sounds like a misconfiguration on your machine. Please, provide a GitHub repository with a failing CI so we can debug the commands. Otherwise, this sounds like a question to open on a Docker community forum. |
same problem here and @po45ke95 solution worked, I'm on arch-linux |
I can reproduce this error on Ubuntu 24.04. |
I've updated the Dockerfile with the most recent k6, Alpine and Go version. A new |
This is still an issue with v0.5.0. @po45ke95 's solution/updated Dockerfile works for now. |
Used the sample Dockerfile will get those error:
=> ERROR [builder 6/6] RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6 0.5s
1 warning found (use --debug to expand):
Dockerfile:6
4 | RUN apk --no-cache add git
5 | RUN go install go.k6.io/xk6/cmd/xk6@latest
6 | >>> RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6
7 |
8 | FROM alpine:3.17
ERROR: failed to solve: process "/bin/sh -c xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: