-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
strange behaviour with .dockerignore #386
Labels
kind/bug
Something isn't working
priority/p0
Highest priority. We are actively looking at delivering it.
Comments
r2d4
added
the
priority/p0
Highest priority. We are actively looking at delivering it.
label
Apr 23, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Apr 25, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Apr 27, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 5, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 8, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 8, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 8, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 10, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 11, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 14, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 14, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 14, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 16, 2018
@antonversal this should be fixed in 0.6.0. Can you confirm? |
oh no. not merged... Forget about it ;-) |
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 16, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 16, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 17, 2018
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
May 17, 2018
Signed-off-by: David Gageot <david@gageot.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Something isn't working
priority/p0
Highest priority. We are actively looking at delivering it.
microservices example
Expected behavior
should ignore files stated in
.dockerignore
without**
, likeapp.go
Actual behavior
only ignores files which have
**
, like**/app.go
Information
Given microservices example
And
.dockerignore
file in same folder asDockerfile
with contentapp.go
When
skaffold dev
is runIt does not ignore
app.go
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: