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

Update base-image to bookworm #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update base-image to bookworm #17

wants to merge 3 commits into from

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Feb 9, 2024

No description provided.

@hsbt
Copy link
Member Author

hsbt commented Feb 9, 2024

ruby-0.49             /all-ruby/bin/ruby-0.49: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
                  exit 127

bookworm don't have libssl1.1 or compat package. We need to handle it for Ruby 0.x and 1.1*.

@hsbt
Copy link
Member Author

hsbt commented Feb 10, 2024

I fixed that with 07c5a72

@hsbt
Copy link
Member Author

hsbt commented Feb 13, 2024

$ podman run --rm ghcr.io/ruby/all-ruby:bookworm /all-ruby/all-ruby -v
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
ruby-0.49             /all-ruby/lib/formatter.rb:21: [BUG] Segmentation fault at 0x0000000000000000
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu]

This image is broken with podman on macOS.

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.

1 participant