In #686 I added vergen which depends on git at build time but the git is not accessible during docker build, so the snapshot binary releases are not building at the moment. Either the commit information needs to be provided to the build process with other means than git (file, env variable) or git needs to be added as a dependency inside the docker. I don't really know docker that well so cannot comment if the latter would make sense. Build time dependencies would make most sense.
In #686 I added
vergen
which depends ongit
at build time but thegit
is not accessible during docker build, so the snapshot binary releases are not building at the moment. Either the commit information needs to be provided to the build process with other means thangit
(file, env variable) orgit
needs to be added as a dependency inside the docker. I don't really know docker that well so cannot comment if the latter would make sense. Build time dependencies would make most sense.