You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAPTAIN] Building image indigobio/rules:latest
Step 0 : FROM indigobio/deps:latest
Pulling repository docker.io/indigobio/deps
Error: image indigobio/deps:latest not found
docker build -t indigobio/rules .
Sending build context to Docker daemon 8.008 MB
Step 0 : FROM indigobio/deps:latest
latest: Pulling from indigobio/deps
2fad5d366fbd: Already exists
If the image is already pulled then captain build will work fine. I can also push my private images through captain push no problem. Any thoughts?
The text was updated successfully, but these errors were encountered:
Running captain build while setting CIRCLECI to true works correctly since it seems to be shelling out to docker directly(I'm not very familiar with GO).
Seems like it's either a go-dockerclient issue or a problem with how captain invokes it.
Fixes#28
In order for captain to be able to download parent images during docker build
it needs to instruct docker client to use ~/.docker/ configuration if it exists.
CAPTAIN] Building image indigobio/rules:latest
Step 0 : FROM indigobio/deps:latest
Pulling repository docker.io/indigobio/deps
Error: image indigobio/deps:latest not found
docker build -t indigobio/rules .
Sending build context to Docker daemon 8.008 MB
Step 0 : FROM indigobio/deps:latest
latest: Pulling from indigobio/deps
2fad5d366fbd: Already exists
If the image is already pulled then captain build will work fine. I can also push my private images through captain push no problem. Any thoughts?
The text was updated successfully, but these errors were encountered: