Use GLIBC 2.34
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 84
- Forks
- 38
- Avg merge
- 8h 13m
- Merged PRs (30d)
- 2
Description
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)
Related to https://github.com/containers/toolbox/issues/821.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; start by locating the repository's Docker image definitions and checking which base distribution and GLIBC version they provide. Use the reported Toolbox startup command to reproduce the failure, and consider the work done when the affected image provides GLIBC 2.34 and Toolbox starts without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100