-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dynamic dockerfile #50
base: master
Are you sure you want to change the base?
Conversation
Some preliminary research seems to indicate upnp to be at fault
@kthomas thanks for the work! It may take a bit to review it, but perhaps breaking up this PR into smaller changes (as separate PRs) could speed up the process. |
Looks great @kthomas ! I need to do a bit of work with our provisioning scripts to incorporate this and then we will merge it. |
Hey @kthomas , sorry for the lapse in response. We've decided to change direction and use Geth as our main client for the testnet. I will leave this open for now in case anyone else has any input. |
Thanks for the heads-up Jared.
I have support for geth and parity using that same pattern; would you like
me to update the PR with that support?
Cheers...
…On Sun, Aug 26, 2018 at 3:24 PM Jared Wasinger ***@***.***> wrote:
Hey @kthomas <https://github.com/kthomas> , sorry for the lapse in
response. We've decided to change direction and use Geth as our main client
for the testnet. I will leave this open for now in case anyone else has any
input.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#50 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJ17c-BA5xRB72wOf2q2s65gWF7NP5Jks5uUvXXgaJpZM4VfcvW>
.
|
@chfast @jwasinger can you review this? |
@chfast @jwasinger what is the status of this? |
This could be useful if we end up running an aleth node on the testnet. It needs to be updated to reflect changes in evmc. |
@jwasinger updates & rebase forthcoming. |
This PR parameterizes the invocation of
cpp-eth.sh
and adds support for building dynamically-versioned docker containers such that the resulting container includes the targeted versions of the Hera VM and cpp-ethereum, among other things.In the future, other node implementations and VMs can be supported using the same method now in
setup.sh
.