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

nslookup needs an update #27

Closed
bkatiemills opened this issue Dec 2, 2018 · 1 comment
Closed

nslookup needs an update #27

bkatiemills opened this issue Dec 2, 2018 · 1 comment

Comments

@bkatiemills
Copy link

[centos@ucp-manager-0 ~]$ docker container run -it nicolaka/netshoot bash
bash-4.4# nslookup www.google.com
Error relocating /usr/lib/libisc.so.1200: explicit_bzero: symbol not found

bash-4.4# apk update && apk upgrade
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
fetch http://nl.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://nl.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
v3.8.1-115-ge3ed6b4e31 [http://dl-cdn.alpinelinux.org/alpine/v3.8/main]
v3.8.1-112-g45bdd0edfb [http://dl-cdn.alpinelinux.org/alpine/v3.8/community]
v3.8.0-3619-g179325d5d6 [http://nl.alpinelinux.org/alpine/edge/main]
v3.8.0-3617-ge537e93b64 [http://nl.alpinelinux.org/alpine/edge/testing]
OK: 18601 distinct packages available
Upgrading critical system libraries and apk-tools:
(1/5) Purging ssl_client (1.28.4-r1)
(2/5) Upgrading apk-tools (2.10.1-r0 -> 2.10.3-r0)
(3/5) Purging libressl2.7-libtls (2.7.4-r0)
(4/5) Purging libressl2.7-libssl (2.7.4-r0)
(5/5) Purging libressl2.7-libcrypto (2.7.4-r0)
Executing busybox-1.28.4-r1.trigger
Executing ca-certificates-20180924-r1.trigger
Continuing the upgrade transaction with new apk-tools:
(1/15) Upgrading musl (1.1.19-r10 -> 1.1.20-r2)
(2/15) Upgrading busybox (1.28.4-r1 -> 1.29.3-r3)
Executing busybox-1.29.3-r3.post-upgrade
(3/15) Upgrading alpine-baselayout (3.1.0-r0 -> 3.1.0-r2)
Executing alpine-baselayout-3.1.0-r2.pre-upgrade
Executing alpine-baselayout-3.1.0-r2.post-upgrade
(4/15) Installing libtls-standalone (2.7.4-r5)
(5/15) Installing ssl_client (1.29.3-r3)
(6/15) Installing libressl2.7-libcrypto (2.7.4-r2)
(7/15) Upgrading bind-libs (9.12.2_p1-r1 -> 9.12.3-r0)
(8/15) Upgrading bind-tools (9.12.2_p1-r1 -> 9.12.3-r0)
(9/15) Upgrading musl-utils (1.1.19-r10 -> 1.1.20-r2)
(10/15) Upgrading libc6-compat (1.1.19-r10 -> 1.1.20-r2)
(11/15) Purging krb5-libs (1.15.3-r1)
(12/15) Purging krb5-conf (1.0-r1)
(13/15) Purging libcom_err (1.44.4-r0)
(14/15) Purging keyutils-libs (1.5.10-r0)
(15/15) Purging libverto (0.3.0-r1)
Executing busybox-1.29.3-r3.trigger
Executing ca-certificates-20180924-r1.trigger
OK: 154 MiB in 103 packages

bash-4.4# nslookup www.google.com
Server:		10.10.0.2
Address:	10.10.0.2#53

Non-authoritative answer:
Name:	www.google.com
Address: 172.217.22.100
Name:	www.google.com
Address: 2a00:1450:4001:80b::2004
nicolaka added a commit that referenced this issue Dec 2, 2018
@nicolaka
Copy link
Owner

nicolaka commented Dec 2, 2018

fixed and updated latest tag.

@nicolaka nicolaka closed this as completed Dec 2, 2018
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