You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for 2 appears to be due to this https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
So it's due to the change to alpine 3.14 (I really don't like alpine). Solutions include using a later version of docker (the version I was using was a bit old) or to follow advice in the above link.
For 1 the only option would be to move to a newer version of fabric-protos. In 2.1.1 they changed the underlying version of grpc to grpc-js which in turn breaks all the generated apis (so much for not changing apis in a micro/minor release change) so we would have to change the code to work with the new protobuf apis. But the only code that uses that is the channel creation/install/instantiate of the 1.4 connector for which we will be removing so probably not worth it. Also 1.4 fabric SUT is legacy now as fabric 1.4 is out of LTS.
confirmed that newer versions of docker address this problem so it's a case of just documenting the fact. We won't try to address the fact that it compiles the grpc code due to 2.1.0 fabric-protos package. This will be addressed when we remove the need for the integration tests to use the create channel/install/instantiate chaincode for fabric tests which I would hope we can achieve in 0.5.1 (docs have already been removed in 0.5.0 so capability has been removed from a user perspective)
Current builds of 0.5.0 unstable docker image fail to install fabric 1.4 SUT
There are 2 problems here
The text was updated successfully, but these errors were encountered: