Currently the manifest's Dockerfile property must be set to a directory containing a Dockerfile. This property could be changed to either be a directory that contains a Dockerfile file or a full path to a Dockerfile. It is important that the implementation is backwards compatible so that existing manifests still work.
This is needed for dotnet/dotnet-docker-samples#55. The samples build the same app with multiple Dockerfiles. The various dockerfiles have different suffixes - e.g. .arm32v7
Currently the manifest's Dockerfile property must be set to a directory containing a
Dockerfile. This property could be changed to either be a directory that contains aDockerfilefile or a full path to a Dockerfile. It is important that the implementation is backwards compatible so that existing manifests still work.This is needed for dotnet/dotnet-docker-samples#55. The samples build the same app with multiple Dockerfiles. The various dockerfiles have different suffixes - e.g.
.arm32v7