docker / dev-environments

60 stars 32 forks source link

When running the sample single container dev environment I get no such image docker/desktop-git-helper #105

Closed tetrode closed 2 years ago

tetrode commented 2 years ago

Describe the bug When running the sample single container dev environment I get no such image docker/desktop-git-helper:5a4fca126aadcd3f6cc3a011aa991de982ae7000

To Reproduce Steps to reproduce the behavior:

  1. Run docker 4.6.0 (75818)
  2. Click on Dev Environments, single container dev environment
  3. At the setup, use the proposed https://github.com/dockersamples/single-dev-env repo
  4. Error message

Preparing to clone inside a volume Installing credential helpers... done Cloning into '/code'... remote: Enumerating objects: 14, done. remote: Counting objects: 100% (14/14), done. remote: Compressing objects: 100% (12/12), done. remote: Total 14 (delta 3), reused 9 (delta 1), pack-reused 0 Receiving objects: 100% (14/14), 6.93 KiB | 6.93 MiB/s, done. Resolving deltas: 100% (3/3), done. Error response from daemon: No such image: docker/desktop-git-helper:5a4fca126aadcd3f6cc3a011aa991de982ae7000

Expected behavior A new dev environment to work with...

Desktop (please complete the following information):

Version of Docker Desktop:
You can find the version by clicking on the About Docker Desktop menu

Docker 4.6.0 (75818)
Engine: 20.10.13
Compose: v2.3.3
Credential Helper: 0.6.4
Kubernetes: v1.22.5
Snyk: v1.827.0

Additional context Add any other context about the problem here.

glours commented 2 years ago

@tetrode did you try to pull it manually and then retry? docker pull docker/desktop-git-helper:5a4fca126aadcd3f6cc3a011aa991de982ae7000

tetrode commented 2 years ago

That takes me already steps further, I now get

Preparing to clone inside a volume Installing credential helpers... done Cloning into '/code'... remote: Enumerating objects: 14, done. remote: Counting objects: 100% (14/14), done. remote: Compressing objects: 100% (12/12), done. remote: Total 14 (delta 3), reused 9 (delta 1), pack-reused 0 Receiving objects: 100% (14/14), 6.93 KiB | 2.31 MiB/s, done. Resolving deltas: 100% (3/3), done. Downloading tool to detect main repo language... Done downloading. Detecting main repo language... Detected 'Go' as the main repository language. Docker socket permission set to allow in container docker

I now have a container named single-dev-env-funny-name but it is stopped and I had some issues to start it. It is starting now, issue solved, thanks

glours commented 2 years ago

Can we close the issue?

tetrode commented 2 years ago

Yes you can close the issue, thanks

On Sun, Mar 20, 2022 at 9:31 PM Guillaume Lours @.***> wrote:

Can we close the issue?

— Reply to this email directly, view it on GitHub https://github.com/docker/dev-environments/issues/105#issuecomment-1073343307, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM244KOYQK7IDBMUJQNM53VA6DLJANCNFSM5RFTXNRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>