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

feat: #4759 venus : add docker feature #4873

Merged
merged 24 commits into from
Jun 9, 2022
Merged

feat: #4759 venus : add docker feature #4873

merged 24 commits into from
Jun 9, 2022

Conversation

LinZexiao
Copy link
Collaborator

@LinZexiao LinZexiao commented May 11, 2022

Related Issues

#4759
close #4868

Proposed Changes

add docker features
add github action for automaticly pushing to dockerhub

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <#issue number> <area>: <change being made>
    • example: fix: #1234 mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc, perf, refactor, revert, style, test
    • area: venus, venus-messager, venus-miner, venus-gateway, venus-auth, venus-market, venus-sealer, venus-wallet, venus-cluster, api, chain, state, vm, data transfer, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in venus docs or Discussion Tutorials.
  • CI is green

@LinZexiao LinZexiao changed the title feat: https://github.com/filecoin-project/venus/issues/4759 venus : add docker feature feat: #4759 venus : add docker feature May 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

Merging #4873 (5ed94e7) into master (19620ae) will decrease coverage by 0%.
The diff coverage is n/a.

❗ Current head 5ed94e7 differs from pull request most recent head a9671a9. Consider uploading reports for the commit a9671a9 to get more accurate results

@@          Coverage Diff           @@
##           master   #4873   +/-   ##
======================================
- Coverage      25%     25%   -1%     
======================================
  Files         576     576           
  Lines       62066   62066           
======================================
- Hits        15770   15758   -12     
- Misses      44144   44156   +12     
  Partials     2152    2152           

@LinZexiao LinZexiao requested a review from diwufeiwen June 8, 2022 04:50
Copy link
Contributor

@diwufeiwen diwufeiwen left a comment

Choose a reason for hiding this comment

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

LGTM

docker/venus-buildenv.dockerfile Show resolved Hide resolved
@diwufeiwen diwufeiwen merged commit 6f6784f into master Jun 9, 2022
@diwufeiwen diwufeiwen deleted the docker branch June 9, 2022 09:17
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.

发布tag时,自动编译发布可执行文件,发布镜像到dockerhub
3 participants