-
-
Notifications
You must be signed in to change notification settings - Fork 244
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 to eclipse-temurin broke the images #139
Comments
Hi, I see the same problem since a a few days ago! |
Hi guys. I'm sorry to hear that update of the base image caused memory issues. Unfortunately, I could not reproduce it locally. All image tags are running fine on That said, I'd like to ask you to share more details about your environment. I.e., system architecture, environment variables, Zookeeper config, etc. Especially options related to Java runtime memory if any (e.g., |
@gjhommersom @jonashartwig it is most likely this issue (adoptium/containers#215 (comment))
@31z4 I understand there's not an easy way to version Dockerfiles, but generally when people pin specific version tag (such as |
Updating the docker installation resolves the issue. Thanks for finding and reporting it @alex-xage. My two cents: Perhaps a solution would have been to introduce new tags such as P.S. I totally understand that this kind of issue is missed when testing and therefor republishing the tag isn't considered harmfull. Edit: Just as I write this you already did it. Thank 👍. |
@alex-xage thanks a lot for your help with resolving the issue! I completely agree with yours and @gjhommersom point about a better way of tagging the image. Seems like I underestimated chance of breaking the image versus necessity of migrating from I decided to rollback all version specific tags to Thanks again for your feedback and help, guys. |
For completeness: We use the default, no change son zookeeper or its confs on redhat 8.4 Regards |
@31z4 No worries, we appreciate that you maintain these images for the community. |
I've noticed that all of the Dockerfiles in the project now extend from the eclipse-temurin one and that digests on docker hub show that they are the same. I'm getting the above error. Will there be no openjdk-based images going forward? I've noticed that Thank you. |
Yes, |
Thank you, @31z4 |
We are using
zookeeper:3.8.0
and since a few days they started to fail on startup with the following error:Even running
docker exec -it zookeeper sh
and then executingjava
without any other arguments causes this error.This behavior is also present in the
3.7.1
version but not in version3.7.0
. This makes it very likely that the issue is introduced by this commit: 5cf119d.The text was updated successfully, but these errors were encountered: