docker/volumes-backup-extension

Installation fails with error

Closed this issue · 2 comments

Description

Installation fails with error

Failed to install extension: installation could not be completed due to: executing 'docker --context desktop-linux pull docker/volumes-backup-extension:1.1.2' : exit status 1: Error response from daemon: Head "https://registry-1.docker.io/v2/docker/volumes-backup-extension/manifests/1.1.2": EOF

Steps to reproduce
Steps to reproduce the behavior:

  1. Open Docker desktop dashboard
  2. Go to "Add Extensions"
  3. Find "Volumes Backup & Share"
  4. Click "Install"
  5. Observe error message as above

Expected behavior

Installation succeeds

Output of docker extension version:

Client Version: v0.2.17
Server API Version: 0.3.3

Output of docker version:

Client:
 Cloud integration: v1.0.29
 Version:           20.10.22
 API version:       1.41
 Go version:        go1.18.9
 Git commit:        3a2c30b
 Built:             Thu Dec 15 22:28:41 2022
 OS/Arch:           darwin/amd64
 Context:           default
 Experimental:      true

Server: Docker Desktop 4.16.2 (95914)
 Engine:
  Version:          20.10.22
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.9
  Git commit:       42c8b31
  Built:            Thu Dec 15 22:26:14 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.14
  GitCommit:        9ba4b250366a5ddde94bb7c9d1def331423aa323
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Hi @atshakil, it seems the error happens when pulling the image from the DockerHub registry. Is your laptop behind a corporate proxy? Does it happen the same when installing other extensions?

Apparently, the issue was network related. I could install the extension today without any error.
Closing as not relevant.