Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errorhandling #6

Open
maxrue opened this issue Sep 30, 2015 · 1 comment
Open

Errorhandling #6

maxrue opened this issue Sep 30, 2015 · 1 comment

Comments

@maxrue
Copy link

maxrue commented Sep 30, 2015

Hi,
we had a problem with the build process for the docker image. The docker remote api response the code 200, although the dockerfile does not work properly (In my case the COPY command). Do you know, where the problem is? I think, the plugin don't log or output the response body.

@JoTrdl
Copy link
Owner

JoTrdl commented Oct 6, 2015

Hi,
With COPY commands inside your dockerfile (let's say like an include), you should specify the parent directory of the dockerfile in the plugin config. This case, the plugin will create a tarball of the directory and send it to docker.
The COPY command should work because the tarball contains the dockerfile file + the asset you want to copy.

By the way, I should add more debug logs to the plugin. Don't have a lot of time now :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants