Open
Description
Currently, if there is no Dockerfile in the build directory, there is an error thrown since we default to "Dockerfile". In an effort to make this a tool that builds OCI compliant containers, it would also be nice to support "Containerfile".
We can do this by still defaulting to "Dockerfile" but just having a check in the build directory for either "Dockerfile" or "Containerfile".