You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use a Toolbox container (Docker for development environments) because I prefer using containers in general. However, in the newer versions of Toolbox, it's asking for a recent version of GLIBC. I'd like GLIB to get updated so I can run Jekyll inside a Toolbox container,
Here's the error:
❯ podman start --attach jekyll-toolbox
toolbox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by toolbox)
The same problem exists for the Nokogiri gem running in the arm64 image natively:
/lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/bundle/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/3.0/nokogiri.so) - /usr/local/bundle/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/3.0/nokogiri.so
Hi, I use a Toolbox container (Docker for development environments) because I prefer using containers in general. However, in the newer versions of Toolbox, it's asking for a recent version of GLIBC. I'd like GLIB to get updated so I can run Jekyll inside a Toolbox container,
Here's the error:
Related to containers/toolbox#821.
The text was updated successfully, but these errors were encountered: