-
Notifications
You must be signed in to change notification settings - Fork 752
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
configtest stalling when trying to build the alpine tomcat Dockerfile on a Raspberry #69
Comments
I just built this |
Ok thanks, but I'm quite forced to use the resin/raspberry-pi-alpine-openjdk:8-jre as base image, do you think this is the problem (if you can reproduce my error, I'll just file an issue to resin images) ? |
That looks like a problem with qemu user mode emulation issues. We can run the resulting tomcat image fine on a real arm32v6 box but it fails to log any output when run on Docker for Windows using the automatic qemu-arm-static provided by docker. |
As far as I know, the docker image builder of resin.io is not on an emulator but I have to check, thanks. |
Any updates on this? |
Issue seems resolved then, going to prune. |
I know it's a very specific problem, but I thought you would be interested to know about it since Docker is growing in usage on Raspberry devices.
So here is my build log, I guess the native library building is the problem, but I don't see any significant warning/error. The last "configtest" step runs for ever :
Logs
The text was updated successfully, but these errors were encountered: