Migrate Image to Python 3
Closed this issue · 4 comments
Sorry in advance for any faux pas with this post, it's my first bug for LSIO!
Expected Behavior
Should the Docker image use the more recent Pyload version (Pyload-NG) built atop Python 3 (from branch "master") rather than the legacy version on Python 2 which is now EOL and deprecated per project documentation (from branch "stable").
Current Behavior
The image is still built on Python 2 (see below)
Steps to Reproduce
NA
Environment
OS: Ubuntu 18.04.5
CPU architecture: arm64 (Raspberry Pi Model 4B)
Image digest: d6e4f904fda3a97045d98c520630dfcc66d24407de7d62b08a48d6e1bdcd9a82
How docker service was installed: Distro repo
Command used to create docker container (run/create/compose/screenshot)
version: "2.1"
services:
pyload:
image: linuxserver/pyload
container_name: pyload
environment:
- PUID=1001
- PGID=1001
- TZ="America/New York"
volumes:
- ./config:/config
- /home/ubuntu/Downloads:/downloads
ports:
- 4444:8000
labels:
- "diun.enable=true"
- "diun.watch_repo=true"
restart: unless-stopped
Docker logs
NA
Thanks for opening your first issue here! Be sure to follow the issue template!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We eventually will, but last I checked, it was still alpha and not ready for general public consumption
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.