Andy Shinn

Results 79 comments of Andy Shinn

Have you tried quoting the variables? ``` ENV HTTP_PROXY_AUTH="basic:*:user:pass" ```

In my test, I don't see git using those environment variables at all. Can you provide more of your `Dockerfile` so I can reproduce? I am assuming it is `FROM...

As a workaround, can you install and use the full non-BusyBox wget? Just do `apk add --no-cache wget` before using it and see if it works as desired.

Can you give some more information on how you are using the Docker image with LXC? This repository is specific to Docker and thus tailored for what its networking needs...

Can you give an example of what you are building that needs openssl-dev if this is not yet solved?

Thanks for researching this. The commit in question looks specifically for dashes (`-`) and I don't see anything about periods (`.`). But I would agree that it smells like a...

This keeps popping up in other threads and I wonder if there might be a change in the way Fastly is doing DNS. To debug this we really need to...

I think it is related to #279 which has more history. I think maybe when Fastly changes server IPs they may be redirecting with a 301, which causes `apk` to...

Have you tried another mirror? From that debug output, the IP address resolved from Docker and from the laptop are different, so it could definitely be an issue with just...