all-ruby
all-ruby copied to clipboard
Update base-image to bookworm
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*.
I fixed that with https://github.com/akr/all-ruby/pull/17/commits/07c5a7284ab6adca2ccc715de412f035df258822
$ 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.