You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a bunch of docker images. Some from Dockerhub, Github and Codeberg.
I have precisely only 1 docker image hosted on Codeberg, which happens to be down right now.
Because of this, Cup simply doesn't output any results for the other images that aren't on Codeberg.
To Reproduce
Since the registry in question is down, you probably won't be able to reproduce unless you already have an existing image from a registry that is currently down.
Steps to reproduce the behavior:
Get an image from Codeberg: docker pull codeberg.org/forgejo/forgejo
cup check
The check fails with the following error:
ERROR GET https://codeberg.org/v2/: Unexpected error:
<!doctype html>
<title>502 Service unavailable - Codeberg.org</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { text-align: center; font: 20px Helvetica, sans-serif; color: #333; }
h1 { font-size: 3rem; }
article { display: block; text-align: start; margin: 0 auto; }
a { color: #2185d0; text-decoration: none; }
a:hover { text-decoration: none; }
@media (prefers-color-scheme: dark) {
body { background-color: #171e26; color: #fff; }
a { color: #4793cc; }
}
@media only screen and (min-width: 48rem) {
body { padding: 9rem; }
article { width: 40rem; }
}
</style>
<article>
<h1>Service unavailable</h1>
<p>This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.</p>
<p>We are sorry for the inconvenience, and we do hope that we'll be back soon.</p>
<p>There is currently a status note:
<blockquote>
<p>We are aware of the outage and investigating.</p>
</blockquote>
</p>
<p>
If this error continues to show up, please have a look at our <a href="https://status.codeberg.org">status page</a>.<br>
For more information on possible outages, follow us on <a href="https://social.anoxinon.de/@codeberg">Mastodon</a> or have a look at our <a href="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>.
</p>
</article>
Expected behavior
The check should just continue with the other images hosted on unaffected registries regardless, instead of halting everything. Basically the check ends just because of a single registry being down.
System info (please complete the following information):
Thanks for taking care of this so quick!
By the time I'm posting this, Codeberg already came back online, so I can't really test this accurately.
I'm sure your fix took care of it regardless :)
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I have a bunch of docker images. Some from Dockerhub, Github and Codeberg.
I have precisely only 1 docker image hosted on Codeberg, which happens to be down right now.
Because of this, Cup simply doesn't output any results for the other images that aren't on Codeberg.
To Reproduce
Since the registry in question is down, you probably won't be able to reproduce unless you already have an existing image from a registry that is currently down.
Steps to reproduce the behavior:
docker pull codeberg.org/forgejo/forgejo
cup check
Expected behavior
The check should just continue with the other images hosted on unaffected registries regardless, instead of halting everything. Basically the check ends just because of a single registry being down.
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: