-
Notifications
You must be signed in to change notification settings - Fork 5
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
unable to build docker image in mac #2
Comments
One possible issue could be that the "latest.json" file is missing. Another possibility is that the docker build process knows which version of the node image to use as a base, so you need to pass the node version in a argument like so:
If that dont help, can provide more info? Like the error logs? |
this error i am getting
|
I also encountered similar error.. i am trying to change java version from 11 to 17. i simply changed 11 to 17 inside the Dockerfile. Please help. Thank you so much |
hi @raonigabriel i want a docker image with theia ide with java and maven and i am trying to build with your dockerfile and package.json but somehow i am failing to create a build could you please help me regarding the steps or any update that i can add in my docker file so that it will create a build.
The text was updated successfully, but these errors were encountered: