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

Migrate Dockerfile to Bookworm (#26802) #1

Open
wants to merge 1 commit into
base: closed-social-glitch-2
Choose a base branch
from

Conversation

wangziao9
Copy link

I propose to cherry-pick this commit from mastodon/mastodon that updates the Dockerfile.

Reason:
I am trying to launch closed-social/mastodon on Ubuntu 20.04 and Docker version 27.0.3.
When trying to build an image out of the Dockerfile using docker build -t closed-social ., I get the following errors:

36.61 /opt/ruby/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/ruby/bin/ruby)
36.61 /opt/ruby/bin/ruby: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /opt/ruby/lib/libruby.so.3.2)
36.61 /opt/ruby/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /opt/ruby/lib/libruby.so.3.2)
36.61 /opt/ruby/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /opt/ruby/lib/libruby.so.3.2)
36.61 /opt/ruby/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/ruby/lib/libruby.so.3.2)
------
Dockerfile:19

Updating the Dockerfile according to the attached commit resolves this issue.

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.

2 participants