2 months ago
With this error. I have not changed my Dockerfile or related config. Triggering a re-deploy hasn't made a difference. Not sure how to resolve. Any ideas?
Dockerfile:5
3 | # Note: Using official Node.js Alpine image for minimal size
4 | #
5 | >>> FROM node:20-alpine AS base
6 |7 | # Install system dependencies
ERROR: failed to build: failed to solve: node:20-alpine: failed to resolve source metadata for docker.io/library/node:20-alpine: failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 503 Service Unavailable
Thank you.
3 Replies
2 months ago
Ah Docker appears to be down: https://status.docker.io
2 months ago
Any suggestions on how to implement a fallback or alternative?
2 months ago
Thanks for the update I thought I'd broken it lol
2 months ago
I tried Cloudflare & Google but both failed:
FROM gcr.io/distroless/python3-debian12
FROM python:3.11-slim-bullseye
sciados
Thanks for the update I thought I'd broken it lol
2 months ago
same I tried so many solution to see what's wrong or solve it then I came here and found that it's docker down
