Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paritytech/scripts
Collection of Dockerfiles, scripts and related resources
https://github.com/paritytech/scripts
parity polkadot substrate
Last synced: 10 days ago
JSON representation
Collection of Dockerfiles, scripts and related resources
- Host: GitHub
- URL: https://github.com/paritytech/scripts
- Owner: paritytech
- License: apache-2.0
- Created: 2016-07-07T08:59:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T10:02:17.000Z (2 months ago)
- Last Synced: 2024-09-13T23:49:56.620Z (2 months ago)
- Topics: parity, polkadot, substrate
- Language: Dockerfile
- Homepage:
- Size: 105 MB
- Stars: 42
- Watchers: 16
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
> [!WARNING]
> This repo is deprecated, Dockerfiles are now located at https://github.com/paritytech/dockerfiles# Parity Scripts & Dockerfiles
Nowadays, this repo is mostly the open collection of the company's Dockerfiles that are used by Parity in different ways. If you work on a Polkadot SDK-based project, you could be interested in our CI image (`ci-unified`) in the `dockerfiles` directory.
#### But what about scripts?
`scripts` mostly is a legacy name. Yes, this repo contains some scripts, but they are kept here for historical reasons. We are not actively maintaining them. If you are looking for something specific, please, open an issue and we will try to help you.
### Additional information
* We use the `ci-unified` image for most of our CI pipelines (including the pipelines for Polkadot SDK-based/Polkadot SDK-related projects and Polkadot SDK itself). You can find more information about the image in the `dockerfiles/ci-unified` directory.
* Most of the images are published to Docker Hub and could be found [here](https://hub.docker.com/u/paritytech).
* If you have access to Parity's internal GitLab, please have a look at this project's pipeline schedules. You can use them to build Docker/OCI images on demand.### Legacy notes
* [Reproduce CI locally](https://github.com/paritytech/scripts/blob/master/docs/legacy/reproduce_ci_locally.md)