We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.dockerignore
Describe the bug A .dockerignore entry that ends with / may deny all files. The Tarball will be empty and the Docker image build will fail.
/
To Reproduce
bin/
ImageFromDockerfileBuilder
Expected behavior The docker image build is successful.
Screenshots -
Desktop (please complete the following information):
2.0.1
Additional context -
The text was updated successfully, but these errors were encountered:
fix(#604): Do not deny all files in the Docker image tarball when a .…
d57eda3
…dockerignore entry ends with /
HofmeisterAn
No branches or pull requests
Describe the bug
A
.dockerignore
entry that ends with/
may deny all files. The Tarball will be empty and the Docker image build will fail.To Reproduce
.dockerignore
that contains e.g.bin/
.ImageFromDockerfileBuilder
.Expected behavior
The docker image build is successful.
Screenshots
-
Desktop (please complete the following information):
2.0.1
Additional context
-
The text was updated successfully, but these errors were encountered: