benispeti

Results 3 comments of benispeti

I can still see the same issue on Alpine 3.14.0. I'm behind a corporate proxy which doesn't require any authentication. Adding the internal certificate to `/etc/ssl/certs/ca-certificates.crt` didn't help me. My...

Finally this thing looks to be working on my end. ``` FROM alpine:3.15 ARG PROXY="" RUN sed -i 's/https/http/' /etc/apk/repositories RUN export HTTP_PROXY=$PROXY && export HTTPS_PROXY=$PROXY && \ apk update...

> What did you use for the proxy server @benispeti? > > I'm still getting the error I had this issue behind my corporate proxy, so I used it's URL...