You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
I have implemented getting some information from all VCSes go itself supports, that is - git, hg, svn and bzr. Unfortunately I only tested git only.
My implementation simply creates a label with name like "git", "hg", "svn" or "bzr" and value with whatever "git rev-parse HEAD", "hg id -i", "svnversion" or "bzr revno" returns.
goaci
should record some useful information into the image manifest (as labels and/or annotations).I'd suggest the first useful bit of information would be a label referencing the git sha (or hg sha, ...) at which the image was built.
The text was updated successfully, but these errors were encountered: