Description
After an update to latest docker version (29.4.2), it is not possible to use pywine image.
Reproduce
On ubuntu with doker 29.4.2 installed :
docker run -it --rm --entrypoint /bin/bash tobix/pywine:3.12
. opt/mkuserwineprefix
wine /opt/wineprefix/drive_c/Python/python.exe -m pip install --upgrade pip
This throws the following error
wine: socket : Function not implemented
Expected behavior
Ability to use tobix/pywine:3.12
docker version
Happened after upgrading from 29.1.3 to 29.4.2 - Was working on previous version
docker info
Client: Docker Engine - Community
Version: 29.4.2
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.33.0
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v5.1.3
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 15
Running: 8
Paused: 0
Stopped: 7
Images: 69
Server Version: 29.4.2
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
CDI spec directories:
/etc/cdi
/var/run/cdi
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 77c84241c7cbdd9b4eca2591793e3d4f4317c590
runc version: v1.3.5-0-g488fc13e
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 5.15.0-170-generic
Operating System: Ubuntu 22.04.5 LTS
OSType: linux
Architecture: x86_64
CPUs: 64
Total Memory: 188.7GiB
Name: optim-ci-4
ID: 2d1ffe9c-84d5-456e-864b-26a91bcb3035
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
::1/128
127.0.0.0/8
Live Restore Enabled: false
Default Address Pools:
Base: 172.17.0.0/16, Size: 16
Base: 172.18.0.0/16, Size: 20
Base: 172.19.0.0/16, Size: 20
Base: 172.20.0.0/14, Size: 24
Base: 172.24.0.0/14, Size: 24
Base: 172.28.0.0/14, Size: 24
Firewall Backend: iptables
Additional Info
It seems that the problem already have happened in the past with mac and windows desktop versions :
docker/for-mac#6767
docker/for-win#13293
Description
After an update to latest docker version (29.4.2), it is not possible to use pywine image.
Reproduce
On ubuntu with doker 29.4.2 installed :
This throws the following error
Expected behavior
Ability to use tobix/pywine:3.12
docker version
docker info
Additional Info
It seems that the problem already have happened in the past with mac and windows desktop versions :
docker/for-mac#6767
docker/for-win#13293