R
Railway7mo ago
Jack

Just got an odd building error, for reference

Was re-building a deployment from upstream github commit for a server project when I encountered this, trying to redeploy now redeploying worked.
#1 [internal] load .dockerignore



#1 DONE 3.9s







#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1699920194



#3 ERROR: failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Arailwayapp%2Fnixpacks%3Apull&service=ghcr.io";: net/http: TLS handshake timeout



-----

> [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1699920194:

-----



Dockerfile:1

-------------------

1 | >>> FROM ghcr.io/railwayapp/nixpacks:ubuntu-1699920194

2 |

3 | ENTRYPOINT ["/bin/bash", "-l", "-c"]

-------------------

ERROR: failed to solve: ghcr.io/railwayapp/nixpacks:ubuntu-1699920194: failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Arailwayapp%2Fnixpacks%3Apull&service=ghcr.io";: net/http: TLS handshake timeout



Error:

Docker build failed
#1 [internal] load .dockerignore



#1 DONE 3.9s







#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1699920194



#3 ERROR: failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Arailwayapp%2Fnixpacks%3Apull&service=ghcr.io";: net/http: TLS handshake timeout



-----

> [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1699920194:

-----



Dockerfile:1

-------------------

1 | >>> FROM ghcr.io/railwayapp/nixpacks:ubuntu-1699920194

2 |

3 | ENTRYPOINT ["/bin/bash", "-l", "-c"]

-------------------

ERROR: failed to solve: ghcr.io/railwayapp/nixpacks:ubuntu-1699920194: failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Arailwayapp%2Fnixpacks%3Apull&service=ghcr.io";: net/http: TLS handshake timeout



Error:

Docker build failed
7 Replies
Percy
Percy7mo ago
Project ID: 4fd8a6de-e7ab-43b2-9061-d8f1d3d0631f
Jack
Jack7mo ago
4fd8a6de-e7ab-43b2-9061-d8f1d3d0631f
Brody
Brody7mo ago
@jr - "failed to authorize: failed to fetch anonymous token" for nixpacks ubuntu image
Jack
Jack7mo ago
Update: worked on redeploy, temporary resolution
Brody
Brody7mo ago
odd
Jack
Jack7mo ago
Thats what I was thinking, wasn't sure if its happened before or is something random but just wanted to let it be known incase it is that rare case that can be resolved before it happens again and causes larger issues.
jr
jr7mo ago
Looks to be a little blip with ghcr. Will keep an eye out