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

Use dockerfile hash to tag docker image #93

Closed eroussy closed 1 year ago

eroussy commented 1 year ago

cqfd init and cqfd run have to be synchronise to ensure using the correct image. This can be done by putting the short hash of the Dockerfile in the image name when creating the image

joufella commented 1 year ago

this is neat, thanks :)