Skip to content
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

refactor(docs): dockerize catrade and fabric validator #1806

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

outSH
Copy link
Contributor

@outSH outSH commented Jan 21, 2022

  • Cartrade example will be setup in docker-compose, updated the readme with new instructions.
  • Fabric validator runs in container as well.
  • Removed obsolete scripts, changed them where needed.
  • Build artifacts are not put directly in root dist/ dir anymore (it's still used by apps not dockerized yet, though, but will be changed in future commits).
  • Validator configuration is made cartrade-specific, this will be done in the same way for other sample apps in future commits.
  • Some setup changes were necessary in other samples as well, all should work like before.
  • Added small patch in fabric-all-in-one to support cartrade scenario (endorsment from peer from single org).
  • Updated indy clientbase base image because it didn't work with ppa:deadsnakes anymore.

Closes: #1805
Signed-off-by: Michal Bajer michal.bajer@fujitsu.com

TODO (in future PR)

  • Clean exports from @hyperledger/cactus-cmd-socket-server (will not use this long fragile path in the future)

Depends on #1800

@outSH
Copy link
Contributor Author

outSH commented Jan 21, 2022

@izuru0 @takeutak @petermetz - Please review

Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@outSH LGTM, thank you again for the updates!

Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot removed the dependent label Feb 5, 2022
@github-actions
Copy link

github-actions bot commented Feb 5, 2022

This PR/issue depends on:

@petermetz petermetz changed the title refactor(cartrade): dockerize catrade and fabric validator refactor(cartrade): dockerize catrade and fabric validator Feb 7, 2022
@petermetz petermetz changed the title refactor(cartrade): dockerize catrade and fabric validator refactor(docs): dockerize catrade and fabric validator Feb 7, 2022
@petermetz petermetz removed the request for review from takeutak February 7, 2022 17:52
Cartrade example will be setup in docker-compose, updated the readme
with new instructions. Fabric validator runs in container as well.
Removed obsolete scripts, changed them where needed. Build artifacts are
not put directly in root dist/ dir anymore (it's still used by apps not
dockerized yet, though, but will be changed in future commits).
Validator configuration is made cartrade-specific, this will be done in
the same way for other sample apps in future commits. Some setup changed
were necesary in other samples as well, all should work like before.
Added small patch in fabric-all-in-one to support cartrade scenario
(endorsment from peer from single org). Updated indy clientbase base
image because it didn't work with  ppa:deadsnakes anymore.

Closes: hyperledger-cacti#1805
Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
@petermetz petermetz merged commit 0281fdd into hyperledger-cacti:main Feb 8, 2022
@outSH outSH deleted the fabric_validator_docker_pr branch March 21, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(cartrade): dockerize catrade and fabric validator
3 participants