kinu-garage / docker_vcs

Tool to support building Container/Images using VCS
Apache License 2.0
2 stars 0 forks source link

Build fail when the files referenced in Dockerfile are not found but it's not made obvious to the user #5

Open 130s opened 3 years ago

130s commented 3 years ago

Issue

It is possible that the build fails because files used in Dockerfile are missing in the Docker build context.

Background

130s commented 2 years ago

It is the user's responsibility to define Dockerfile to be passed to docker_vcs properly. That said it'd be great if the tool can check prior to the build whether certain files used in Dockerfile are missing or not.