Skip to content

hurl package not supporting the Docker build command #1823

Answered by jcamiel
fev1n asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fev1n could you share your complete Dockerfile so I can try to understand and reproduce your issue?

I've the impression that you're installing Hurl as a npm dependencies. As this installation is inside a Linux container, on an ARM platform (Apple M1/2), the Hurl node package try to install the Linux ARM variant (which we don't provide BTW). One thing you can test is to install Hurl as a native binary in your Docker. For instance, if your Docker base image is a Debian, you can install like this https://hurl.dev/docs/installation.html#debian-ubuntu. Depending on your base image, Hurl installation can vary. Then, in your package.json, you can call it with "test": "hurl *.hurl" instead of "…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcamiel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants