-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docker build failed #333
Comments
Hi @ardahuseyinoglu , could you please share the entire output of the docker command as well ? Thanks! |
|
Hi, But when I try to run it, I started to get this strange error: And also I tried to changed the Dockerfile as follows:
However, I keep getting the same error as above: But "build_and_start_nginx.sh" exists under /src/build-your-own-radar: Thank you in advance for your help! |
Hi @ardahuseyinoglu , thanks for the details! This does seem to be quite weird. I've tried creating the image again in my local using our usual Dockerfile and with the Dockerfile you have shared (using our BYOR image as base). In both cases, I'm not able to replicate your error (on a local colima setup). Just to cover all cases, can you share what docker version you are using and make sure you have the latest code pulled in your local ? Thanks! |
I used the following command to create a docker image:
docker build -t x-tech-radar .
However I am getting the following error:
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: