dobi icon indicating copy to clipboard operation
dobi copied to clipboard

[Windows] Image build fails due to vendor bug

Open willseward opened this issue 9 years ago • 4 comments

https://github.com/fsouza/go-dockerclient/issues/589

willseward avatar Jan 18 '17 19:01 willseward

what the errors that pops up whe running dobi on windows @willseward ? Docker requires Win10 Professional right? Wont be able to test this

cescoferraro avatar Jan 18 '17 19:01 cescoferraro

[ERROR] Failed to execute task "build-img:build": API error (500): {"message":"Cannot locate specified Dockerfile: Dockerfile.build"}

Yes. It's on win10-pro.

It happens when the context: is a relative path. I've tried with an absolute path, too, but got this:

[ERROR] Failed to execute task "build-img:build": API error (500): {"message":"Error parsing reference: \"<project-name>-build:<project-name>-<ad_domain>\\\\<username>\" is not a valid repository/tag: invalid reference format"}

Since my employer uses AD, my username causes a syntax error in the image name. That is a separate issue, though.

willseward avatar Jan 18 '17 20:01 willseward

@willseward #70 changes how repo:images:tag are managed. Can you build master from source and give it a go? Had to google AD, i knew there was some letters missing. lol

cescoferraro avatar Jan 19 '17 09:01 cescoferraro

Same issues on master.

I opened #76 to track the domain user issue.

willseward avatar Jan 19 '17 14:01 willseward