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
The documentation does not mention anything about my problem
There are no open or closed issues that are related to my problem
Description
Is it possible to configure the defaults to put debug logging etc. in a different directory from the GitHub workspace?
I end up with a buildkitd.toml and buildkitd.log if I do a Docker build with these files not .dockerignored and do a top level COPY ./ ./. While this is easy to not do,
Contributing guidelines
I've found a bug, and:
Description
Is it possible to configure the defaults to put debug logging etc. in a different directory from the GitHub workspace?
I end up with a
buildkitd.toml
andbuildkitd.log
if I do a Docker build with these files not.dockerignored
and do a top levelCOPY ./ ./
. While this is easy to not do,Expected behaviour
No buildkit config / log files in a built image.
Actual behaviour
buildkitd.log
andbuildkitd.toml
are present.Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered: