I'm new to Dockerfile nomenclature and have noticed a few different examples of dockerfiles in repos throughout my org including the following types:
- Dockerfile
- Dockerfile.build
- .dockerfile
Is there somewhere I can find a detailed explanation for the different use cases and purposes of each?