Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: install git to populate node version string #141

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

awly
Copy link
Contributor

@awly awly commented Sep 4, 2024

Without the git CLI, go build will not produce the embedded VCS metadata that's used to report the commit hash in node version string. This fixes the 1.72.1-ERR-BuildInfo version string reported to Tailscale.

Fixes #140

@awly awly requested a review from willnorris September 4, 2024 20:29
Without the git CLI, `go build` will not produce the embedded VCS
metadata that's used to report the commit hash in node version string.
This fixes the `1.72.1-ERR-BuildInfo` version string reported to
Tailscale.

Fixes #140

Signed-off-by: Andrew Lytvynov <[email protected]>
@awly awly merged commit 854eae0 into main Sep 4, 2024
4 checks passed
@awly awly deleted the awly/version-vcs-info branch September 4, 2024 20:57
@willnorris
Copy link
Member

nice find, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker container has Tailscale version “1.72.1-ERR-BuildInfo”
3 participants