We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You're supposed to be able to put in any image, including ghci.io in the image dropdown on "Create container" and have it work.
Trying any container image from ghcr.io (GitHub's registry) causes an error:
Error message: Failed to search for images: 1 error occurred: * couldn't search registry "ghcr.io": Requesting bearer token: invalid status code from registry 403 (Forbidden) "
Error message: Failed to search for images: 1 error occurred: * couldn't search registry "ghcr.io": Requesting bearer token: invalid status code from registry 403 (Forbidden)
Cockpit Podman is supposed always allow using a URI fragment to an image regardless of if a registry is browsable or not.
Example containers that do not work:
ghcr.io/ajnart/homarr:latest
ghcr.io/github/pages-gem
The text was updated successfully, but these errors were encountered:
Screenshot:
Sorry, something went wrong.
Oh, this is a duplicate of #1220
No branches or pull requests
You're supposed to be able to put in any image, including ghci.io in the image dropdown on "Create container" and have it work.
Trying any container image from ghcr.io (GitHub's registry) causes an error:
Error message: Failed to search for images: 1 error occurred: * couldn't search registry "ghcr.io": Requesting bearer token: invalid status code from registry 403 (Forbidden)
"Cockpit Podman is supposed always allow using a URI fragment to an image regardless of if a registry is browsable or not.
Example containers that do not work:
ghcr.io/ajnart/homarr:latest
ghcr.io/github/pages-gem
The text was updated successfully, but these errors were encountered: