-
Notifications
You must be signed in to change notification settings - Fork 127
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
Set an explicit version of uClibc-ng, and bump it to the latest 1.0.13 release #11
Set an explicit version of uClibc-ng, and bump it to the latest 1.0.13 release #11
Conversation
Ah crap, this needs a bit more, but we're definitely close:
|
Awesome. How do I test it - does it get a test label? |
c6e75ba
to
88970a3
Compare
Easiest way to test it yourself would be to clone the repo and run |
I mean, I already tested the resulting build when I wrote the patch in the On Mon, Mar 14, 2016 at 4:42 PM, Tianon Gravi [email protected]
|
Are you sure this includes the patch?
My On Tue, Mar 15, 2016 at 8:44 AM, Tianon Gravi [email protected]
|
Alright, there was a screwup in my local Docker that caused an older build to be pushed -- I've got this successfully tested and pushed to $ docker pull tianon/busybox
Using default tag: latest
latest: Pulling from tianon/busybox
Digest: sha256:56c2cbe7d6fb1d7b91966f83b3bb8d15b90d5c4664544ac79341acc49ccf42fa
Status: Image is up to date for tianon/busybox:latest
$ docker run -it --rm --dns-search f1 --dns-search f2 --dns-search f3 --dns-search f4 --dns-search google.com --dns 8.8.8.8 tianon/busybox nslookup www
Server: 8.8.8.8
Address 1: 8.8.8.8 google-public-dns-a.google.com
Name: www
Address 1: 2607:f8b0:4007:807::2004 lax17s04-in-x04.1e100.net
Address 2: 216.58.219.36 lax17s04-in-f4.1e100.net |
Up to insane levels: $ docker run -it --rm --dns-search f1 --dns-search f2 --dns-search f3 --dns-search f4 --dns-search f5 --dns-search f6 --dns-search f7 --dns-search f8 --dns-search google.com --dns 8.8.8.8 tianon/busybox nslookup www
Server: 8.8.8.8
Address 1: 8.8.8.8 google-public-dns-a.google.com
Name: www
Address 1: 2607:f8b0:4007:807::2004 lax17s04-in-x04.1e100.net
Address 2: 216.58.219.36 lax17s04-in-f36.1e100.net |
Set an explicit version of uClibc-ng, and bump it to the latest 1.0.13 release
Confirmed, works now. On Tue, Mar 15, 2016 at 1:19 PM, Tianon Gravi [email protected]
|
Fixes #9
Closes #10
The patches in question were merged upstream (http://www.uclibc-ng.org/changeset/2ac8348609b63d6f3a87cb27ce17deff889c6a73/uclibc-ng and http://www.uclibc-ng.org/changeset/8c85b44f6ab42561207365f19b9d1fd69d960771/uclibc-ng), and are included in this latest 1.0.13 release (from 2016-03-13; yesterday). 😄
cc @thockin @aledbf (wanna give this a go? 👍)