-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Alpine to 3.13 #30
Comments
moby/moby#40739, but also debuerreotype/docker-debian-artifacts#97 (comment) 🙄 😖 😞 Apparently we'll need:
I updated Docker to version 20.10.3 from the community repo now, but it still doesn't work - apparently due to libseccomp2. Raspbian currently has |
Skipping 3.13 and going directly to 3.14 because that one works now on my setup:
|
also:
|
It also seems to work on older Docker versions:
Unfortunately meshping doesn't work with that version:
|
To get meshping running, I had to:
Now meshping works again. Adding these requirements to the README. |
I'd like to update the Images to Alpine 3.13, thereby shrinking them because I will no longer need to build pandas myself but can just install it through
apk
.Unfortunately this does not yet make sense, because it would break our support for Arm: Alpine 3.13 has a new musl which comes with 64-bit time support. This is not yet supported in Rasbian buster's version of Docker though: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11774 This means we'll need a new Docker, which comes in a new Raspbian, which only comes after the release of Debian bullseye. And for that, there is no release date yet.
Until then, we'll need to stick with 3.12 unfortunately. :(
The text was updated successfully, but these errors were encountered: