-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Deprecated fabric tools image #4775
Deprecated fabric tools image #4775
Conversation
open this PR as ready for review, for merge, please wait for hyperledger/fabric-samples#1193 |
Tests are passing now, but I'm still waiting for hyperledger/fabric-samples#1193 to finalize before merging this one. |
I think the 3 files in /integration/lifecycle/testdata can remain. Or did I misunderstand something? These files will probably be removed soon during the v1 lifecycle removal. |
I found 3 more references to fabric-tools that should be removed:
The first two are docker outputs, simply delete the fabric-tools line. |
Also, the prereqs topic should be updated to indicate that |
@denyeart , please allow me double confirm with your review comments, to make sure we are on the same page.
|
Yes, let's keep the tests that use the older 1.4 image for now.
For documentation, we always keep the docs in fabric repository /docs directory in sync with the fabric repository code. Ideally a PR that updates code should also update the corresponding doc topics. |
do we need to update on from the code logic, it seems the description for
or should we make it as:
|
@SamYuan1990 Therefore the prereq doc should state:
@satota2 |
Signed-off-by: Sam Yuan <yy19902439@126.com>
97f3c7b
to
04714a9
Compare
thanks, updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Type of change
Deprecated fabric tools image
Description
Deprecated fabric tools image
Additional details
Remove tools image related code for github action, make file, docker file, test data, test case.
Related issues
hyperledger/fabric-samples#1186