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

feat: replace glibc with gcompat #74

Merged
merged 1 commit into from
Feb 11, 2023
Merged

Conversation

greut
Copy link
Contributor

@greut greut commented Feb 9, 2023

gcompat is the go-to compatibility layer for Alpine users.

https://wiki.alpinelinux.org/wiki/Running_glibc_programs

It will help with #55

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
@multani
Copy link
Owner

multani commented Feb 11, 2023

Oh wow, cool stuff there, thanks a lot @greut!

@multani multani merged commit a06de69 into multani:master Feb 11, 2023
@multani
Copy link
Owner

multani commented Feb 11, 2023

... but sadly it doesn't work with Nomad 1.5.0-beta.1 from #75

$ docker run --rm local/nomad:1.5.0-beta.1 agent -dev
Error loading shared library libresolv.so.2: No such file or directory (needed by /bin/nomad)

@greut greut deleted the feat/gcompat branch February 11, 2023 13:58
@greut
Copy link
Contributor Author

greut commented Feb 11, 2023

yup... hashicorp/nomad#5643 (comment) back to square one.

@multani
Copy link
Owner

multani commented Feb 11, 2023

yup... hashicorp/nomad#5643 (comment) back to square one.

Weird, that comment is quite old, but 1.4.2 actually starts correctly using your change 🤔

multani added a commit that referenced this pull request Feb 13, 2023
This reverts commit a06de69.

Weirdly, #74 worked with Nomad 1.4.3 but not Nomad 1.5.0-beta.1
multani added a commit that referenced this pull request Feb 13, 2023
* Revert "feat: replace glibc with gcompat (#74)"

This reverts commit a06de69.

Weirdly, #74 worked with Nomad 1.4.3 but not Nomad 1.5.0-beta.1

* Keep the readme update
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