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
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.
The text was updated successfully, but these errors were encountered:
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 :(
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.
The text was updated successfully, but these errors were encountered: