Skip to content
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

skaffold init thinks some python files are Dockerfiles #3484

Closed
balopat opened this issue Jan 8, 2020 · 0 comments · Fixed by #3499
Closed

skaffold init thinks some python files are Dockerfiles #3484

balopat opened this issue Jan 8, 2020 · 0 comments · Fixed by #3499
Labels
area/init good first issue Good for newcomers kind/bug Something isn't working priority/p2 May take a couple of releases

Comments

@balopat
Copy link
Contributor

balopat commented Jan 8, 2020

image

content of: src/messages/tests.py

from django.test import TestCase

# Create your tests here.
@balopat balopat added kind/bug Something isn't working priority/p2 May take a couple of releases area/init good first issue Good for newcomers labels Jan 8, 2020
spectrox added a commit to spectrox/skaffold that referenced this issue Jan 10, 2020
dgageot pushed a commit that referenced this issue Jan 15, 2020
…the name (#3499)

* Dockerfile detector will only check files containing "Dockerfile" in the name.

Fixes #3484.

* Make filename check case-insensitive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/init good first issue Good for newcomers kind/bug Something isn't working priority/p2 May take a couple of releases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant