fennec-project / podtracer

nsenter inspired Command line tool interfacing Linux utilities and K8s Pods
Apache License 2.0
6 stars 2 forks source link

Build Info #44

Closed acmenezes closed 2 years ago

acmenezes commented 2 years ago
ADD build information and version to podtracer
Add a make target containing:
- podtracer version
- go version
- build time UTC
- git user author
- git commit hash
Add version command to print the information liked at build time.
Removed the binary that was uploaded to build folder.
Build now dumps binary in build/bin/ and is gitignored.

closes #43