-
Notifications
You must be signed in to change notification settings - Fork 335
Image tag 3.2.2 Thread not permitted #429
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
Comments
(basically the same comment as docker-library/python#837 (comment) and redis/docker-library-redis#365 (comment)) Root cause: it is Docker with
|
@yosifkit thanks. will use bullseye as a workaround. updating docker if a bit more effort in my situation. |
More details are in docker-library/ruby#429.
When running the newer Debian bookworm based images, we are seeing `(ThreadError) can't create Thread: Operation not permitted` errors when trying to spawn a thread in Ruby. A similar issue was reported in docker-library/ruby#429 (comment) and the fix here is to upgrade Docker. Either way, we should probably update because Docker 17 has been EOF for many many years.
When running the newer Debian bookworm based images, we are seeing `(ThreadError) can't create Thread: Operation not permitted` errors when trying to spawn a thread in Ruby. A similar issue was reported in docker-library/ruby#429 (comment) and the fix here is to upgrade Docker. Either way, we should probably update because Docker 17 has been EOF for many many years.
When attempting to use tag
3.2.2
, I am unable to do gem install because of Thread not permitted:I have also tried moving
gem update --system
to see if the issue is with gem itself to no avail. If I switch to3.2.2-bullseye
, the build completes successfully.The text was updated successfully, but these errors were encountered: