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

Docker error due to glibc version mismatch #106

Closed
jackyzy823 opened this issue Nov 16, 2022 · 3 comments
Closed

Docker error due to glibc version mismatch #106

jackyzy823 opened this issue Nov 16, 2022 · 3 comments

Comments

@jackyzy823
Copy link

Recently updated commit (2fd37e6) cause docker image error:

/app/bin/channelserver: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by /app/bin/channelserver)`

Debian:stretch has glibc 2.24 from ldd --version

So debian in Dockerfile should at least be upgraded to buster.

@jackyzy823
Copy link
Author

For now, users can use mozilla/channelserver@sha256:01f9251637cc3679b8cf31493569a79a27b41f952d4eb3d5306e1ee8d9d3feea to get the previous working one.

@jrconlin
Copy link
Member

Ok, I have to ask.

Channel server exists as a super-specific use service. It's sole job is to pretty much accept one or two packets, identify their rough source, and allow a message pass-thru for FxA connections. I've stopped doing updates to this mostly because the FxA team is working to integrate it into their own product, so I expect this project to be archived soon.

What are you using this service for?

@jackyzy823
Copy link
Author

For self-hosting FxA stack.

FxA team is working to integrate it into their own product

Even though FxA team will have their own implementation, there's no reason to publish a not working docker image to override a working one in this period.

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

No branches or pull requests

2 participants