Skip to content
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

#1199 Change base image to use focal instead of jammy #1204

Closed
wants to merge 4 commits into from
Closed

#1199 Change base image to use focal instead of jammy #1204

wants to merge 4 commits into from

Conversation

jheinitz
Copy link
Contributor

hello,

I have changed the base image to use the focal instead of jammy. This fixes issue #1199

Would be great if you could also perform some tests and merge this PR into your repo.

Thanks and kind regards

Jens

10xtechie and others added 4 commits June 21, 2022 18:57
…-Panel-Information-for--Topics,-Groups,-Clusters-and-Transactional-IDs

issue #1115 adding  Pattern Type to ACLs Panel Information
Follow up with source repo
@tchiotludo
Copy link
Owner

Not really sure downgrading will be a final solution (just a temporary patch that will failed in long term when we will have to upgrade).

Can you simply start docker run -it eclipse-temurin:11-jre bash and try java -version, if it's not work, the issues is on downstream and you can report the issue here?

@jheinitz
Copy link
Contributor Author

This is what I get:

[root@akhq-abn ~]# docker run -it eclipse-temurin:11-jre bash
Unable to find image 'eclipse-temurin:11-jre' locally
11-jre: Pulling from library/eclipse-temurin
2b55860d4c66: Already exists
2ca45fc4c4ca: Already exists
522d9aa14d93: Already exists
7a19e0a42857: Already exists
Digest: sha256:42e4047f19a6582333d5c47e01fbfacb922791dca7c09784c18d550799a8e3b0
Status: Downloaded newer image for eclipse-temurin:11-jre
root@1baeadda9e6b:/# java -version
[0.003s][warning][os,thread] Failed to start thread "GC Thread#0" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create worker GC thread. Out of system resources.
# An error report file with more information is saved as:
# //hs_err_pid10.log
root@1baeadda9e6b:/#

I will open an issue for that and let you know.

Thanks

Jens

@jheinitz
Copy link
Contributor Author

Hi,

it seems to be a problem with the docker version. I can confirm for RedHat that it works on RedHat 8.6 with a newer docker version than on RedHat 8.5. Please see this comment for details.

Cheers

Jens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants