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
In the section Pipe Dockerfile through stdin, in the subsection named "Build from a remote build context, using a Dockerfile from stdin", the following piece of code fails:
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
I can't reproduce this issue. I see that *.md is indeed included in the .dockerignore of the remote context, but the snippet builds just fine for me. @jedevc how does buildx/buildkit deal with .dockerignore in a remote context? Maybe this is a difference in the legacy builder vs buildkit.
File: develop/develop-images/dockerfile_best-practices.md
In the section Pipe Dockerfile through stdin, in the subsection named "Build from a remote build context, using a Dockerfile from stdin", the following piece of code fails:
Error message:
COPY failed: stat /var/lib/docker/tmp/docker-builder857130722/README.md: no such file or directory
.After doing some research, I discovered the cause: .md files are listed in the .dockerignore file of the hello-world repo.
The text was updated successfully, but these errors were encountered: