You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: