savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
65 stars 31 forks source link

cqfd: reword error messages #97

Closed eroussy closed 1 year ago

eroussy commented 1 year ago

cqfd now use the hash of the dockerfile to tag the docker image. Thus, the Dockerfile is needed for the init task but also during the run task.

This new need can be confusing because the error message generated in that case is not relevant.

This commit rework the error messages to be more explicit.

joufella commented 1 year ago

Thanks Erwann this will be part of 5.4