question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when trying to fetch from ghcr image

See original GitHub issue

Hi,

I have this installed via VisualStudo Marketplace on my Azure repo. Since Saturday, when I try to build my image I get the following error:

docker: Error response from daemon: Head "[https://ghcr.io/v2/tingle/dependabot-azure-devops/manifests/0.15"](https://ghcr.io/v2/tingle/dependabot-azure-devops/manifests/0.15%22): denied.

I haven’t changed anything, so I believe it’s an issue with this project, but please let me know if that’s not the case

Issue Analytics

  • State:closed
  • Created 7 months ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mburumaxwellcommented, Feb 27, 2023

Oh I suspect that you have supplied a value for the dockerImageRepository input. Unless you need to overrides defaults, to supplied a different image source, repository or tag, there no need to specify the docker* inputs.

As from version 0.15.0, the images are no published in GHCR and not Docker Hub. The extension and server components use that by default.

1reaction
cherealnicecommented, Feb 27, 2023

Full Logs:

Starting: dependabot
==============================================================================
Task         : Dependabot
Description  : Automatically update dependencies and vulnerabilities in your code
Version      : 1.15.453
Author       : Tingle Software
Help         : For help please visit https://github.com/tinglesoftware/dependabot-azure-devops
==============================================================================
/usr/bin/docker run --rm -i -e DEPENDABOT_PACKAGE_MANAGER=npm -e DEPENDABOT_OPEN_PULL_REQUESTS_LIMIT=5 -e DEPENDABOT_DIRECTORY=/ -e DEPENDABOT_TARGET_BRANCH=main -e DEPENDABOT_EXTRA_CREDENTIALS=[{"type":"npm_registry","token":"****","replaces-base":true,"registry":"pkgs.dev.azure.com/****/_packaging/****/npm/registry/"}] -e DEPENDABOT_FAIL_ON_EXCEPTION=true -e AZURE_ORGANIZATION=**** -e AZURE_PROJECT=**** -e AZURE_REPOSITORY=**** -e AZURE_ACCESS_TOKEN=*** -e AZURE_MERGE_STRATEGY=squash -e AZURE_SET_AUTO_COMPLETE=true ghcr.io/tingle/dependabot-azure-devops:0.15
Unable to find image 'ghcr.io/tingle/dependabot-azure-devops:0.15' locally
docker: Error response from daemon: Head "[https://ghcr.io/v2/tingle/dependabot-azure-devops/manifests/0.15"](https://ghcr.io/v2/tingle/dependabot-azure-devops/manifests/0.15%22): denied.
See 'docker run --help'.
##[error]The process '/usr/bin/docker' failed with exit code 125
Finishing: dependabot
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to pull image from GitHub Container Registry (GHCR)
I have tried using both CMD and Windows Terminal, but without success. However, I am able to pull images normally from the Docker...
Read more >
Unable to pull images from ghcr.io
I'm getting the following error in my supervisor logs when trying to pull images from the github container registry.
Read more >
Can't pull docker image from GitHub Packages registry ...
The image I'm trying to pull is a forked GitHub action, which I'm able to push to the registry. Error response from daemon:...
Read more >
Failed to fetch Apollo Router Docker Image - Help
I'm trying to download the docker image of the router with: docker pull ghcr.io/apollographql/router:v1.13.2 And I get: Error response from ...
Read more >
Unable to pull an update to an image : r/portainer
This is a Synology, DSM 7.1. I'm running Tailscale Golink, ghcr.io/tailscale/golink:main. And when it's a red dot, I try pulling/recreating ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found