[HN Gopher] Docker Is Having an Outage
       ___________________________________________________________________
        
       Docker Is Having an Outage
        
       Author : cuuupid
       Score  : 44 points
       Date   : 2024-06-20 22:10 UTC (50 minutes ago)
        
 (HTM) web link (downdetector.com)
 (TXT) w3m dump (downdetector.com)
        
       | agartner wrote:
       | Yep I'm getting 503's. But the status page says nothing is wrong:
       | https://www.dockerstatus.com/
       | 
       | Update: I configured the gcp docker mirror and can pull images
       | again https://cloud.google.com/artifact-registry/docs/pull-
       | cached-...
        
         | singlow wrote:
         | Same here - checked from multiple locations.
        
         | bgschulman31 wrote:
         | Same here. 503 when we try to pull an image during our
         | deployment pipeline.
        
         | kulor wrote:
         | "Full Service Disruption" for Docker Hub Registry acknowledged
         | at the time of writing
        
       | josh-sematic wrote:
       | Yup, getting:
       | 
       | `Error response from daemon: Get
       | "https://registry-1.docker.io/v2/": received unexpected HTTP
       | status: 503 Service Unavailable`
        
         | greggsy wrote:
         | I had the same exact message two days ago, but I chalked it up
         | to a DNS issue on my end.
        
       | rated wrote:
       | Can also confirm that our entire pipeline is down. We use
       | CircleCI and henceforth all deployments are instantly failing.
       | Luckily no mission critical deployments today...
        
         | firesteelrain wrote:
         | That's why we mirror and scan the images with Artifactory.
         | Prevents these issues
        
       | hipadev23 wrote:
       | Does anyone know how to skip/bypass the "load metadata for
       | docker.io/" step on a build? I already have the image cached but
       | it fails on that step regardless.
        
         | shykes wrote:
         | If you specify the image digest in the image address, buildkit
         | (the low-level implementation of docker build) will skip the
         | metadata lookup.
         | 
         | For example:                 FROM nginx:1.21.6@sha256:ec5c36ef5
         | a2c29cf90d5b59c5f9f90272b472c604983b474b201bc2bfa123e6f
        
       | JSDevOps wrote:
       | Probably linked to the Cloudflare outage.
        
         | rated wrote:
         | I don't see any outage on CF's side besides something will
         | billing and some normal maintenance, where do you see it?
        
       | dzddd wrote:
       | Docker is back up.
        
       | apantel wrote:
       | Something wasn't run in a container...
        
       | delduca wrote:
       | I am using orbstack, best alternative to docker.
        
       | pacavaca wrote:
       | Welp, I guess I'm calling it a day off
        
       ___________________________________________________________________
       (page generated 2024-06-20 23:00 UTC)