broadinstitute/carrot

Supplying branches or other refs when specifying an image build version can cause unintended behavior

KevinCLydon opened this issue · 0 comments

I made some incorrect assumptions about how git rev-parse --verify works, so now it's possible to supply basically any valid reference for a software to specify a version for an image build, but it will treat anything that's not a tag as a commit, which is less than ideal. Gotta fix that