-
Notifications
You must be signed in to change notification settings - Fork 50
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
v.4.2.3 docker build always fails because it cannot find package Tools.TableauServerRestApi #168
Comments
Having the same issue |
Wonder if below work-around would help: Revert all changes in Logshark/Logshark.csproj locally, and retry build. We might be releasing a patch for this in the coming weeks. |
@til-jmac This is due to a missing manual step in the release process. Those changes should not have been there in the 4.2.3 release. |
Thanks for the reply. Reverting the changes locally does work, just wanted to raise it so a fix can be incorporated. |
any update here ? or more detail on how to update locally? |
Open Logshark/LogShark.csproj and add this after the last
|
how is this STILL open ?? |
@zhuoyanggao Since v4.2.3 the docker build process is broken, with the error as described in #165
The following commit appears to be the cause:
d0c0ca9#diff-6fe1e64645078ab18848d369ae5ee3d3f9ff22943ae39c5a84d61f087635daeb
Reverting this change so that the package can be found in the relevant path in the source code resolves the issue. Any reason this can't be updated in the latest version so that we can use it in docker?
Credit to @petersilv for spotting this
The text was updated successfully, but these errors were encountered: