jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
61 stars 34 forks source link

Why repoName does not appear in buildinfo json? #167

Open nixilin opened 1 year ago

nixilin commented 1 year ago

I deployed an maven artifact and corresponding docker image to Artifactory through a standard pipeline, and I can fetch the build by using API: https:///artifactory/api/build// But I can not find that repo which contains docker image (except .buildInfo.modules[0].properties."docker.image.tag"). So I do not understand: repoName is not a part of buildinfo ? Who can explain for me ? Thank you.