Skip to content
Discussion options

You must be logged in to vote

✅ Soluções que funcionam
1️⃣ Forçar outra rota (melhor opção prática)

Você pode alterar temporariamente o DNS para forçar outra rota/CDN do GitHub.

Passos rápidos (Windows ou Linux):

Use DNS da Cloudflare ou Google

1.8.8.8
1.1.1.1

Depois, teste:

ping ghcr.io

Se o IP não for 140.82.121.*, ótimo — você saiu da rota de Frankfurt.

2️⃣ Usar VPN até que o GitHub corrija

Como você mesmo notou, usar VPN (Londres, EUA, etc.) contorna o problema.
Se for algo recorrente, vale configurar o docker pra sempre usar proxy/VPN em push:

export HTTP_PROXY=http://localhost:8080
export HTTPS_PROXY=http://localhost:8080

3️⃣ Dividir ou comprimir a imagem

Se o problema for apenas com imagens grandes:

docker imag…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mecodeatlas
Comment options

Answer selected by A-Hassan-M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Question Ask and answer questions about GitHub features and usage
3 participants