Skip to content

Commit ff3a718

Browse files
committed
Update dockerfile.py
Signed-off-by: Varsha U N <varshamaddur2006@gmail.com>
1 parent 7774d32 commit ff3a718

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/packagedcode/dockerfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
class DockerfileHandler(models.DatafileHandler):
2020
datasource_id = 'dockerfile_oci_labels'
21-
default_package_type = 'docker-image'
22-
path_patterns = ('Dockerfile', 'containerfile', '*.dockerfile')
23-
21+
2422
@classmethod
2523
def parse(cls, location, package_only=False):
2624
"""

0 commit comments

Comments
 (0)