hadolint / hadolint-action

GitHub action for Hadolint, A Dockerfile linting tool
MIT License
192 stars 50 forks source link

received unexpected HTTP status: 503 Service Unavailable #79

Open humphd opened 1 year ago

humphd commented 1 year ago

This may be an upstream problem, but FYI, I can't get my hadolint action to work anymore:

  Step 1/4 : FROM ghcr.io/hadolint/hadolint:v2.12.0-debian
  Head "https://ghcr.io/v2/hadolint/hadolint/manifests/v2.12.0-debian": received unexpected HTTP status: 503 Service Unavailable
Screenshot 2023-03-15 at 11 11 47 AM
Mister-X- commented 1 year ago

I've got the same issue, however, it first happened (today) using v3.0.0. I tried to update to v3.1.0 but didn't solve it.

ViacheslavKudinov commented 1 year ago

Most likely it is related to this GitHub incident https://www.githubstatus.com/incidents/ybnn77s3lyf8 It's not a problem exactly of hadolint-action, but outages of GitHub are pretty annoying things. Due to the base image being stored on GitHub packages (see https://github.com/hadolint/hadolint-action/blob/master/Dockerfile#L1) it affects this action as well.