Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
/ scripts Public archive

Collection of Dockerfiles, scripts and related resources

License

Notifications You must be signed in to change notification settings

paritytech/scripts

 
 

Repository files navigation

scripts

Various helpful scripts

get-parity.sh

Download, verify and install parity-ethereum.

Dockerfiles for images used in GitLab CI

Documentation.

  • rust image
  • android
  • arm
  • arm64
  • armv7
  • centos
  • debian
  • i686
  • snapcraft

GitLab CI for building docker images

Pipelines can only be triggered manually for now. For that go to the projects CI/CD -> Pipelines menu and click "Run Pipeline". Variables have to be given to select the image to build. E.g.

DOCKERIMAGE="rust"
DOCKERTAG="nightly"

Docker image parity/rust:nightly is set up to be rebuild every night.