mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Treat Containerfiles as Dockerfiles (#2846)
Containerfiles should be fully compatible with Dockerfiles: https://github.com/containers/buildah/discussions/3170
This commit is contained in:
parent
51022e6162
commit
7e64a43af6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: dockerfile
|
||||
|
||||
detect:
|
||||
filename: "(Dockerfile[^/]*$|\\.dockerfile$)"
|
||||
filename: "((Docker|Container)file[^/]*$|\\.(docker|container)file$)"
|
||||
|
||||
rules:
|
||||
## Keywords
|
||||
|
|
|
|||
Loading…
Reference in a new issue