inputDigest()
build tagging policy doesn't take Dockerfile
into account
#8226
Labels
inputDigest()
build tagging policy doesn't take Dockerfile
into account
#8226
Expected behavior
Dockerfile should be taken into account when calculating the hash (even when outside the build context).
Actual behavior
The Dockerfile changes don't trigger a rebuild. In my case the Dockerfile is placed outside of the build context and is not included into the image.
Information
pacman
Steps to reproduce the behavior
Make the following project structure:
skaffold build
.Dockerfile
skaffold build
The text was updated successfully, but these errors were encountered: