Skip to content

Adding dockerfile, docker compose file and circleci#25

Open
eduardogr wants to merge 8 commits into
finneyfrom
sre/adding-dockerfile-compose-and-circleci
Open

Adding dockerfile, docker compose file and circleci#25
eduardogr wants to merge 8 commits into
finneyfrom
sre/adding-dockerfile-compose-and-circleci

Conversation

@eduardogr

@eduardogr eduardogr commented Jan 5, 2023

Copy link
Copy Markdown

A starting point to add:

  • Dockerfile
  • docker-compose to build a local rococo testnet
  • circleci integration

@eduardogr eduardogr marked this pull request as ready for review January 5, 2023 19:29
@shibshib shibshib changed the base branch from paraSub to finney January 20, 2023 15:36
@eduardogr eduardogr force-pushed the sre/adding-dockerfile-compose-and-circleci branch from fbfdd69 to a2e85a1 Compare January 24, 2023 20:34
@eduardogr eduardogr requested a review from unconst January 24, 2023 20:41
Comment thread Dockerfile
Comment on lines +42 to +48

ARG POLKADOT_VERSION

RUN git clone --branch ${POLKADOT_VERSION} https://github.com/paritytech/polkadot.git
RUN cd polkadot && cargo b -r

EXPOSE 30333 9933 9944

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not sure what the point of this is.. is it running a validator and a collator at the same time? If so, why do we need to do that?

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.

2 participants