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
Since the reuse-action is focused on Github Actions and Github provides free container hosting would the project consider using the Github hosting?
We just ran into cases where docker.io is not allowing authentication & while no hosting service is perfect, Github has a vested interest in keeping Github Actions working and subsequently the Package hosting needed for that infrastructure is critical to Github.
0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 359B done
#1 DONE 0.0s
#2 [auth] fsfe/reuse:pull token for registry-1.docker.io
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/fsfe/reuse:3
#3 ERROR: failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 503 Service Unavailable
------
> [internal] load metadata for docker.io/fsfe/reuse:3:
------
Dockerfile:5
--------------------
3 | # SPDX-License-Identifier: GPL-3.0-or-later
4 |
5 | >>> FROM fsfe/reuse:3
6 |
7 | # Copy reuse wrapper used as entrypoint
--------------------
ERROR: failed to solve: fsfe/reuse:3: failed to resolve source metadata for docker.io/fsfe/reuse:3: failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 503 Service Unavailable
The text was updated successfully, but these errors were encountered:
Since the reuse-action is focused on Github Actions and Github provides free container hosting would the project consider using the Github hosting?
We just ran into cases where docker.io is not allowing authentication & while no hosting service is perfect, Github has a vested interest in keeping Github Actions working and subsequently the Package hosting needed for that infrastructure is critical to Github.
The text was updated successfully, but these errors were encountered: