-
Notifications
You must be signed in to change notification settings - Fork 70
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
ARM build issue introduced between 4.7.7 and 4.7.8 #96
Comments
I'm afraid I am not able to test this on ARM myself, so I won't be able to debug this. I mostly rely on the prebuilt PHP image for Alpine and only compile a few PHP extensions for database access. There's not much I could change about this, especially since I did not change anything regarding the extensions since 4.7.7. /cc @tianon Any ideas? |
This is likely due to docker-adminer/4/fastcgi/Dockerfile Line 1 in 851a241
The underlying issue is tracked at moby/moby#40734, but the short version is that you need to update libseccomp on your host to 2.4.2 or newer and Docker to 19.03.9 or newer. See also https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements. |
@tianon - I've not been able to confirm, but it looks like you've nailed it. On my system
For anyone finding this in the future - apparently "best" fix for raspberry pi is to upgrade to Ubuntu 20.04 arm64 , otherwise manually update libseccomp2 (HT to HotIO) ...so there goes my weekend. Sigh |
I'm unable to get adminer to load to the login screen for releases 4.7.8+ on a raspberry pi (ARM)
There's no error message, the browser just keeps trying to load.
docker stats
has the container maxing the CPU out at 100%.To reproduce:
Use the docker-compose recommended by postgres (https://hub.docker.com/_/postgres) and visit
<raspi-IP>:8080
I can reproduce in Firefox, Chrome and Safari and via curl on the (raspi) localhost and remotely.
This does not seem to impact x86 releases.
The text was updated successfully, but these errors were encountered: