-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix ubuntu version in dockerfiles #241
Comments
@behrica - What version of docker are you using when you build images? |
@cnuernber I think its the ubuntu version, not docker version. |
Right - sorry - my opinion is to upgrade to latest stable Ubuntu |
Regarding the problem of "interactive" asking for something: I have seen this from time to time, and there are usually specific command line options to prevent them.
This make its more future proof. I use various ubuntu versions, so I am not sure what is guaranteed to not have this problem. The best thing would be to find a continously maintained Docker image which has python + Clojure preinstalled, and just refer to it. |
The closetsI found was python + java: But is has a lot of other staff as well, so gets big. |
an other pproach is to use "devcontainers". |
Thanks for the great work @cnuernber , I'm getting some issues when I try to build the images in in
dockerfiles
and it looks like its because you're startingFROM ubuntu:latest
. Can you remember what version you were able to build it from and set the number accordingly? On my Intel Mac with Docker Desktop it hangs on step 3 asking for geographic information.The text was updated successfully, but these errors were encountered: