Closed unlike777 closed 8 months ago
Link to python issue https://github.com/python/cpython/issues/117173
Which version of Alpine is this with, what is the SHA256 image digest of the image?
I played with Alpine 3.17 — docker run -it --rm --pull=always alpine:3.17 sh -i
— and it seems fine:
# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.17.7
PRETTY_NAME="Alpine Linux v3.17"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
# apk add supervisor
OK: 74 MiB in 33 packages
# python3 --version
Python 3.10.14
# grep -F XML_SetReparseDeferralEnabled /usr/lib/python3.10/lib-dynload/pyexpat.cpython-310-x86_64-linux-gnu.so
XML_SetReparseDeferralEnabled
# grep -F XML_SetReparseDeferralEnabled /usr/lib/libexpat.so.1.9.2
XML_SetReparseDeferralEnabled
# python3 -c 'from pyexpat import *' && echo GOOD.
GOOD.
@hartwork
Thank you very much for being included!
I use alpine:3, 3.16, 3.16.3, latest
Install the supervisor: apk add supervisor
[supervisor 1/3] RUN apk add supervisor 2.126 (1/10) Installing mpdecimal (2.5.1-r1) 2.437 (2/10) Installing python3 (3.10.14-r0) 3.440 (3/10) Installing py3-appdirs (1.4.4-r3) 3.483 (4/10) Installing py3-more-itertools (8.13.0-r0) 3.532 (5/10) Installing py3-ordered-set (4.0.2-r3) 3.575 (6/10) Installing py3-parsing (2.4.7-r3) 3.629 (7/10) Installing py3-six (1.16.0-r1) 3.672 (8/10) Installing py3-packaging (21.3-r0) 3.720 (9/10) Installing py3-setuptools (59.4.0-r0) 3.818 (10/10) Installing supervisor (4.2.4-r0)
@unlike777 even with Alpine 3.16 things seem to work fine over here:
# docker run -it --rm --pull=always alpine:3.16 sh -c 'apk add -q supervisor ; python3 -c "from pyexpat import *" && echo GOOD.'
3.16: Pulling from library/alpine
Digest: sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4
Status: Image is up to date for alpine:3.16
GOOD.
The solution is to rebuild Alpine image
Closing since the above comments indicate this is not a bug in Supervisor.
After the release of python 3.10.14 supervisor stopped working
Install in docker "apk add supervisor" based on Alpine
Error in docker container: