This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Description
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:
- Create a
docker-compose.yml using a private docker image
- Try to pull new image using
hyper compose pull -f docker-compose.yml FAIL
- 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 :)