iotedgehubdev should be a self-contained docker container

Open
#331 4 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, python
Domain
cli, devops

Research direction

Start by reviewing the existing iotedgehubdev command entry points and its Python version requirements. Define how the container runs commands and whether it uses Docker-in-Docker or the host Docker socket. Done means users can run iotedgehubdev without installing Python, including on systems without the required older Python version.

Written by the indexing model from the issue text.

Description

InBacklog

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.

Dominant language
Python
Stars
91
Forks
38
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/iotedgehubdev

All issues in Azure/iotedgehubdev

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.