Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

[WIN] hyper compose pull -f #254

Open
totomakers opened this issue Feb 14, 2018 · 0 comments
Open

[WIN] hyper compose pull -f #254

totomakers opened this issue Feb 14, 2018 · 0 comments

Comments

@totomakers
Copy link

Description of problem:

When i run hyper compose pull -f ${compose_file} hyper detect correctly what image is supposed to pull but fail pull from dockerhub.

hyper pull ${image_name} work properly

docker version:

Client:
 Version:       17.12.0-ce
 API version:   1.35
 Go version:    go1.9.2
 Git commit:    c97c6d6
 Built: Wed Dec 27 20:05:22 2017
 OS/Arch:       windows/amd64

Server:
 Engine:
  Version:      17.12.0-ce
  API version:  1.35 (minimum version 1.12)
  Go version:   go1.9.2
  Git commit:   c97c6d6
  Built:        Wed Dec 27 20:12:29 2017
  OS/Arch:      linux/amd64
  Experimental: true

Environment details (AWS, VirtualBox, physical, etc.):

Windows 10 physical

How reproducible:

  1. Create a docker-compose.yml using a private docker image
  2. Try to pull new image using hyper compose pull -f docker-compose.yml FAIL
  3. Try to pull image manually with hyper pull ${image_name}

Actual Results:


Pulling web (private/web:beta)...
Pulling repository docker.io/private/web
&{%!s(*os.file=&{88 /dev/stderr <nil> {0 0} true [] [] [] 0})}time="2018-02-14T22:19:21+01:00" level=error msg="Failed Pulling web : Status: Error: image private/web not found,
de: 1"

**Expected Results:**

Same but without the last error :D

**Additional info:**

`hyper pull private/web:beta` work properly :)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant