'network error' during deploy

I get this error while deploying a Remix app (via Github actions).
The same project was deploying fine few days ago.

Is this Fly.io related ?

/usr/bin/docker build -t 8d5581:dc2fb0ecc2a54dd39af7c6b53979092e -f "/home/runner/work/_actions/superfly/flyctl-actions/1.3/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.3"
Sending build context to Docker daemon  18.94kB
Step 1/5 : FROM alpine
 ---> 9c6f07244728
Step 2/5 : RUN apk add --no-cache curl
 ---> Running in 67dcc29798b7
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: network error (check Internet connection and firewall)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: network error (check Internet connection and firewall)
ERROR: unable to select packages:
  curl (no such package):
    required by: world[curl]
The command '/bin/sh -c apk add --no-cache curl' returned a non-zero code: 1
Warning: Docker build failed with exit code 1, back off 8.319 seconds before retry.
/usr/bin/docker build -t 8d5581:dc2fb0ecc2a54dd39af7c6b53979092e -f "/home/runner/work/_actions/superfly/flyctl-actions/1.3/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.3"
Sending build context to Docker daemon  18.94kB
Step 1/5 : FROM alpine
 ---> 9c6f07244728
Step 2/5 : RUN apk add --no-cache curl
 ---> Running in 38a3200e4b5a
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: network error (check Internet connection and firewall)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz

Ok now it’s working again. I suppose a small & temporary glitch :wink:

1 Like