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
Actual behavior
After this change: 6ef616b
there is the potential to delete the Dockerfile that in the next step of building is no longer in the context
To Reproduce
in the .dockerignore, add something like:
*
!bin
!scripts/*.sh
this results in:
INFO[0000] Removing ignored files from build context: [* !bin !scripts/*.sh]
Error: please provide a valid path to a Dockerfile within the build context with --dockerfile
The text was updated successfully, but these errors were encountered:
Actual behavior
After this change: 6ef616b
there is the potential to delete the Dockerfile that in the next step of building is no longer in the context
To Reproduce
in the .dockerignore, add something like:
this results in:
The text was updated successfully, but these errors were encountered: