-
Notifications
You must be signed in to change notification settings - Fork 12
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(dockerfile): add Dockerfile with relating github action #41
Conversation
|
version | error |
---|---|
nightly | Could not compile polkadot-service |
nightly-2020-11-24 | Could not compile kusama-runtime |
According to https://github.com/PureStake/moonbeam/blob/master/docker/polkadot-relay.Dockerfile, trying paritytech/ci-linux:production
now
There is a cache problem in CI, maybe could be fixed by #45 |
Needs review and advice @mattsse @willemolding |
I'll take this on, however I need a clean install of my docker setup first, something is definitely broken on my end. |
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.
Awesome!
pulling and running the image from dockerhub works great!
In order to test building locally I think it would require a rebase from main first, because I got this error error: no matching package named cumulus-pallet-xcm-handler
Nevermind, this was due to a modified lock file.
Desc
This PR provides the Dockerfile for PINT following the Dockfile of
paritytech/polkadot
.For the auto-test of the integration of the parachain and relaychain in CI, as there is a tool polkadot-launch and paritytech/polkadot-launch#83 is WIP, I think we can open a new issue to discuss.
Tests
docker run -it chainsafe/pint --version
to check if the image worksRefs
Dockerfile
of polkadot is usingcargo-chef
Dockerfile
of moonbean, provided by Willemdocker-compose.yml
of statemint, provided by MatthiasCloses #6