openethereum/scripts/docker
Andronik Ordian 10d82ef119
initial cleanup (#11542)
* cleanup

* upbork

* review grumble: rename client id prefix

* rpc-tests: make one of the clients open-ethereum

* fix doctest

* README: mention clang version and that our wiki is old
2020-03-09 15:07:15 +01:00
..
alpine Fix Alpine Dockerfile (#11538) 2020-03-04 13:33:21 +01:00
centos initial cleanup (#11542) 2020-03-09 15:07:15 +01:00
hub initial cleanup (#11542) 2020-03-09 15:07:15 +01:00
ubuntu-aarch64 Remove support for hardware wallets (#10678) 2019-05-21 10:46:57 +02:00
ubuntu-arm Remove support for hardware wallets (#10678) 2019-05-21 10:46:57 +02:00
README.md initial cleanup (#11542) 2020-03-09 15:07:15 +01:00

Usage

docker build -f docker/ubuntu/Dockerfile --tag ethcore/parity:branch_or_tag_name .

Usage - CentOS

Builds a lightweight non-root Parity docker image:

git clone https://github.com/OpenEthereum/open-ethereum.git
cd open-ethereum
./scripts/docker/centos/build.sh

Fully customised build:

PARITY_IMAGE_REPO=my-personal/parity \
PARITY_BUILDER_IMAGE_TAG=build-latest \
PARITY_RUNNER_IMAGE_TAG=centos-parity-experimental \
./scripts/docker/centos/build.sh

Default values:

# The image name
PARITY_IMAGE_REPO - parity/parity

# The tag to be used for builder image, git commit sha will be appended
PARITY_BUILDER_IMAGE_TAG - build

# The tag to be used for runner image
PARITY_RUNNER_IMAGE_TAG - latest

All default ports you might use will be exposed:

#      secret
#      store     ui   rpc  ws   listener  discovery
#      ↓    ↓         ↓    ↓    ↓    ↓         ↓
EXPOSE 8082 8083 8180 8545 8546 30303/tcp 30303/udp