-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix getting version from tarball #3715
Conversation
the docker tags are mangled
For release builds, there's no additional metadata, so the docker tag and version file are the same. The version file represents the binary version, what you'd get from |
I can see both are the same
the version seems more correct though /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, stmcginnis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
The + is valid semver while _ is not, which is why we only use the _ for the image tags in Kubernetes, it doesn't parse. |
Missed that details |
the docker tags are mangled, and the tarball has the
version
file matching what we'd get from a local source buildfixes #3714
cc @dims @aojea @stmcginnis