Open
Description
If a Dockerfile is excluded by .dockerignore
rules, it is removed from the files to hash to compute the image tag. However, the Dockerfile passed to Docker is always included, regardless of ignore rules, so we should ensure that whichever Dockerfile is used to build a container is always included in the hash (by explicitly adding it to the list).