-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Feat: upgrade to Alpine OpenJDK + last release of ElasticMQ and sqs-insight #37
base: master
Are you sure you want to change the base?
Conversation
Maybe it's because of the upgraded sqs-insights but this also fixes #39 (CPU stuck at 100% if queues are not empty) |
This also fixes #49, openjdk:8-jre-alpine has ARM64 builds where alpine-java does not. |
@roribio any chance of this PR getting merged? Or the main docker file getting updated to Alpine OpenJDK? |
Would really like to see this happen if it fixes the 100 CPU issue |
As a workaround until this gets merged, you can use https://hub.docker.com/r/rciorba/alpine-sqs |
+1 |
@rciorba I just tried your build, unfortunately it does not work on my M1 mac: When I run it with
As seen there are no queues found for some reason. If I try to run:
Any idea why this happens? |
It's happening here too... in |
In case it helps others on M1 macs, I have been able to run rciorba's and roribio's versions of this container on my M1 Mac. I can also confirm that @rciorba's image works for removing the cpu issue 🙏 Worth a shot turning it on @NielsKSchjoedt and @danielapsmaior, on the off-chance you're still wanting to run this a couple years on 😅 |
Feat: upgrade to Alpine OpenJDK + last release of ElasticMQ and sqs-insight