-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
docker build broken in golang container since v1.9.2 #3855
Comments
Hello Tristan, the versiongetter script was introduced to automatically fill the version string inside the server, by using tag data inside the .git folder, an approach used by many other software. Source code tarballs are automatically generated during every release and they do not include the .git folder nor any other data that might allow to extract the current version. My intention is to drop support for build processes that start from these tarballs. Your approach can be changed into:
Let me know if you have a better solution. |
Thanks that works around the issue for me.
I'd suggest generating/including a |
Which version are you using?
v1.9.2
Which operating system are you using?
Linux amd64 Docker
Describe how to replicate the issue
I'm assuming this is since #3409, but the build seems to be failing when run in a standard golang docker image.
To reproduce:
Server logs
No response
Network dump
No response
The text was updated successfully, but these errors were encountered: