-
Notifications
You must be signed in to change notification settings - Fork 30
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
iotedgehubdev should be a self-contained docker container #331
Comments
@mhshami01 can you share why this was closed? |
Same issue with docker-compose dependencies, the Desktop app gets updated and breaks dependencies in PyPI:
More reasons to have a self-contained docker image with the specific versions iotedgehubdev needs. |
It might also have prevented the recent issues with iotedgehubdev being a false positive detection as being a virus/worm that have plagued some corporate devs lately. (We ran into this issue a month ago) |
I got the same error when I tried to run this |
iotedgehubdev currently requires the user to install Python no matter their development language, which can cause unnecessary friction; particularly since iotedgehubdev requires a specific, older version of Python (<3.8).
Many OSs package more recent versions of Python, requiring the user to take special action to parallel install or downgrade their installations. On Windows, the Python.org homepage doesn't even offer binaries for the latest Python 3.7.10 release which is a security fix.
iotedgedev should be packaged up as a Docker container which can run docker-in-docker or simply pass through commands to the host's Docker socket.
The text was updated successfully, but these errors were encountered: