-
-
Notifications
You must be signed in to change notification settings - Fork 447
publish docker image #210
publish docker image #210
Comments
Error I am getting
|
That's a good suggestion, and I agree that we should do something like this. It would be great to have some pre-built images that users can download and easily extend, rather than having to build themselves. I published an older version of the docker image here on Docker Hub, but I did not publicize it. I built the container manually, and it's not totally transparent how I built it. I could have thrown all kinds of malware into it and there would be no easy way for a user to know. I think that in the open source world, it's unacceptable to release software this way. Here's what I propose: |
For what it's worth, Kitware's instructions for installing CMake on Ubuntu have changed: https://apt.kitware.com/ Also, for what it's worth, most users can get away with ripping out that whole block that installs CMake and just running |
One of the problems with docker images is that it is hard to lock down all the dependencies, and as the dependencies change for example the .deb files the docker image can no longer be built.
Can you publish the docker image, either as a file in github or at hub.docker.com or ....
The text was updated successfully, but these errors were encountered: