Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

research resolving problem when using alpine 3.13 #54

Closed
xquery opened this issue Mar 31, 2021 · 3 comments
Closed

research resolving problem when using alpine 3.13 #54

xquery opened this issue Mar 31, 2021 · 3 comments
Assignees

Comments

@xquery
Copy link
Member

xquery commented Mar 31, 2021

we are pinned at alpine 3.12.5 for release as we encounter some resolving issue with alpine 3.13 ... need to investigate

@xquery xquery self-assigned this Mar 31, 2021
@xquery xquery mentioned this issue May 26, 2021
@skseth
Copy link

skseth commented Jun 4, 2021

I hit this problem yesterday. Setup : Mac (Catalina) with D4M, following instructions here : https://github.com/tbreuss/local-dev, with devbox as the local domain handled by dnsmasq.

xxx$ docker run -it alpine (this is version 3.13.5)
/ # ping my.devbox
ping: bad address 'my.devbox'

xxx$ docker run -it --rm alpine:3.12.5 /bin/sh
/ # ping my.devbox
PING my.devbox (172.16.123.1): 56 data bytes
64 bytes from 172.16.123.1: seq=0 ttl=37 time=0.454 ms
64 bytes from 172.16.123.1: seq=1 ttl=37 time=0.686 ms

@xquery
Copy link
Member Author

xquery commented Jul 24, 2021

we are now at alpine 3.14.0

@xquery xquery closed this as completed Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants