<8c0300d4-5c92-dcfa-d151-13ca86f48b25@gmail.com>
Hi all, for the last couple of days, this Dockerfile: ''' FROM frolvlad/alpine-glibc RUN apk update && \ apk --no-cache add bash ca-certificates wget libxext libxrender libstdc++ ... ''' fails to build with ''' Step 2/16 : RUN apk update && apk --no-cache add bash ca-certificates wget libxext libxrender libstdc++ ---> Running in 0cdc0c2def31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: No such file or directory ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: No such file or directory ''' Is there a server problem or frolvlad container problem or something else? TIA, Dima
<CAD+eXGQF7TCU=C0L1JkpUZNHF3uPm3sJNrx283rwRGH-eEx2vw@mail.gmail.com>
<8c0300d4-5c92-dcfa-d151-13ca86f48b25@gmail.com>
(view parent)
frolvlad/alpine-glibc is in no way related to alpinelinux developers. You'll have to ask for help from people behind alpine-glibc. On Sun, Apr 23, 2023 at 9:05 PM dmitri maziuk <dmitri.maziuk@gmail.com> wrote: > > Hi all, > > for the last couple of days, this Dockerfile: > ''' > FROM frolvlad/alpine-glibc > > RUN apk update && \ > apk --no-cache add bash ca-certificates wget libxext libxrender > libstdc++ > ... > ''' > > fails to build with > > ''' > Step 2/16 : RUN apk update && apk --no-cache add bash > ca-certificates wget libxext libxrender libstdc++ > ---> Running in 0cdc0c2def31 > fetch > https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz > fetch > https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz > ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error > (try again later) > WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: No > such file or directory > ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary > error (try again later) > WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: > No such file or directory > ''' > > Is there a server problem or frolvlad container problem or something else? > > TIA, > Dima
<80a177d5-97bf-10af-67ad-b5ca8bc0df70@gmail.com>
<CAD+eXGQF7TCU=C0L1JkpUZNHF3uPm3sJNrx283rwRGH-eEx2vw@mail.gmail.com>
(view parent)
On 2023-04-23 1:43 PM, Konstantin Kulikov wrote: > frolvlad/alpine-glibc is in no way related to alpinelinux developers. > You'll have to ask for help from people behind alpine-glibc. Well thank you for your very helpful reply but the question was whether >> https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz >> ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error >> (try again later) is a problem with dl-cdn.alpinelinux.org which I expect is not maintained by "people behind alpine-glibc". Any other takers? Dima
<CS4D5M1S8VWF.3P4W282ZUJL9H@sumire>
<80a177d5-97bf-10af-67ad-b5ca8bc0df70@gmail.com>
(view parent)
On Sun Apr 23, 2023 at 8:54 PM CEST, dmitri maziuk wrote: > On 2023-04-23 1:43 PM, Konstantin Kulikov wrote: > > frolvlad/alpine-glibc is in no way related to alpinelinux developers. > > You'll have to ask for help from people behind alpine-glibc. > > Well thank you for your very helpful reply but the question was whether > > >> https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz > >> ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error > >> (try again later) > > is a problem with dl-cdn.alpinelinux.org which I expect is not > maintained by "people behind alpine-glibc". there is no problem with it, so if you see that it's because you have actual networking issues (from inside the container). > > Any other takers? > > Dima
<b7c948d3-63d3-6fca-e63d-c219d3431f66@gmail.com>
<CS4D5M1S8VWF.3P4W282ZUJL9H@sumire>
(view parent)
On 2023-04-23 1:57 PM, alice wrote: > there is no problem with it, so if you see that it's because you have actual > networking issues (from inside the container). Thank you, that I can work with. Dima
<dceec302-4330-1d07-85fa-7f4a67ea5d14@gmail.com>
<CS4D5M1S8VWF.3P4W282ZUJL9H@sumire>
(view parent)
On 2023-04-23 1:57 PM, alice wrote: > there is no problem with it, so if you see that it's because you have actual > networking issues (from inside the container). Just to close this, the issue appears to be with my infra provider: it seems the VM I'm using isn't forwarding packets. I probably should have checked that first, but I've built containers there before so this is unexpected. thanks all, Dima