BUILD_ARGS have been added but they won't work with an actual docker --build-arg VAR=$VAR.
The one that has been useful for other projects is the git hash, so I am going to add it via a new Revision() function in the zest file. Already added to hatch here.
BUILD_ARGS
have been added but they won't work with an actual docker--build-arg VAR=$VAR
.The one that has been useful for other projects is the git hash, so I am going to add it via a new
Revision()
function in the zest file. Already added to hatch here.