Skip to content
New issue

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

UNAUTHORIZED: authentication required #48

Open
seanlucey opened this issue Jan 17, 2024 · 2 comments
Open

UNAUTHORIZED: authentication required #48

seanlucey opened this issue Jan 17, 2024 · 2 comments

Comments

@seanlucey
Copy link

When attempting to pull package using:

apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: name: provider-cloudflare spec: package: cdloh/provider-cloudflare:v0.1.0

I receive the following error:
packages/provider.pkg.crossplane.io cannot unpack package: failed to fetch package digest from remote: failed to fetch package descriptor with a GET request after a previous HEAD request failure: HEAD https://index.docker.io/v2/cdloh/provider-cloudflare/manifests/v0.1.0: unexpected status code 401 Unauthorized (HEAD responses have no body, use GET for details): GET https://index.docker.io/v2/cdloh/provider-cloudflare/manifests/v0.1.0: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:cdloh/provider-cloudflare Type:repository]]

@milkpirate
Copy link

milkpirate commented Mar 30, 2024

It seem like @cdloh did not upload a build to docker hub: https://hub.docker.com/search?q=cdloh 😢

@cdloh
Copy link
Owner

cdloh commented Mar 31, 2024

It's pushed directly to Github you can use the package there :) https://github.com/cdloh/provider-cloudflare/pkgs/container/provider-cloudflare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants