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

Add docker-description publishing #514

Merged
merged 4 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
touch README's to init CI jobs
  • Loading branch information
sergejparity committed Feb 23, 2023
commit 9a57e812cc8c4d8d4228424d3515c11ea599e913
2 changes: 1 addition & 1 deletion dockerfiles/ansible/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Ansible
# Ansible utility Docker image
2 changes: 1 addition & 1 deletion dockerfiles/awscli/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Awscli.
# Awscli utility Docker image
1 change: 1 addition & 0 deletions dockerfiles/base-ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Used to build and test Substrate-based projects.
```Dockerfile
FROM docker.io/paritytech/base-ci-linux:latest
```

1 change: 1 addition & 0 deletions dockerfiles/base-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Used to build and test Substrate-based projects.
```Dockerfile
FROM docker.io/paritytech/base-ci-linux:latest
```

13 changes: 6 additions & 7 deletions dockerfiles/benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Docker image to push and check benchmark results
# Docker image to push and check benchmark results

Long term storage metrics is done with Thanos now
https://github.com/paritytech/devops/wiki/DevOps-Internal%3A-Thanos
Expand All @@ -7,7 +7,7 @@ https://github.com/paritytech/devops/wiki/DevOps-Internal%3A-Thanos

## check_bench_result.py

The script takes an output file of `carg bench`, compares current result with the
The script takes an output file of `carg bench`, compares current result with the
latest result and creates a github issue if the threshold is exceeded.


Expand Down Expand Up @@ -254,7 +254,7 @@ export TRESHOLD=20 # Optional. Threshold to create github issue,
python3 check_bench_result.py output.txt


export CI_PROJECT_NAME=jsonrpsee
export CI_PROJECT_NAME=jsonrpsee
export PROMETHEUS_URL="https://thanos.parity-mgmt.parity.io"
export TRESHOLD=20
python3 check_bench_result.py output.txt
Expand Down Expand Up @@ -298,7 +298,7 @@ send-becnh-result:
-l 'commit="'$CI_COMMIT_SHORT_SHA'",cirunner="'$runner'"'
-s $PROMETHEUS_URL


# example with values
push_bench_result --type common \
--project substrate-api-sidecar \
Expand All @@ -311,8 +311,8 @@ send-becnh-result:
## check_single_bench_results.py

Script compares provided result either with constant or with previuos value from Thanos
If the result exceeds constant or threshold, scripts creates github issue.
2 env variables should exist: CI_COMMIT_SHA and GITHUB_TOKEN
If the result exceeds constant or threshold, scripts creates github issue.
2 env variables should exist: CI_COMMIT_SHA and GITHUB_TOKEN

ci example:

Expand Down Expand Up @@ -358,4 +358,3 @@ send-becnh-result:
--constant 35000 \
--value 37461.43
```

1 change: 1 addition & 0 deletions dockerfiles/bridges-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ test-ink:
script:
- cargo build ...
```

1 change: 1 addition & 0 deletions dockerfiles/cachepot-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ test-ink:
script:
- cargo build ...
```

1 change: 1 addition & 0 deletions dockerfiles/ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ test-substrate:
script:
- cargo build ...
```

1 change: 1 addition & 0 deletions dockerfiles/contracts-ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ test-contracts:
script:
- cargo build ...
```

1 change: 1 addition & 0 deletions dockerfiles/deb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Used for signing and managing .deb repositories and packages
```Dockerfile
FROM docker.io/paritytech/deb:latest
```

3 changes: 2 additions & 1 deletion dockerfiles/debian10/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Description
This Debian 10 image is used in the ansible Molecule test as a base to apply roles.

This Debian 10 image is used in the ansible Molecule test as a base to apply roles.
The docker image should be close to default GCP or AWS images.
1 change: 1 addition & 0 deletions dockerfiles/gnupg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Used as base for tooling that requires gnupg.
```Dockerfile
FROM docker.io/paritytech/gnupg:latest
```

1 change: 1 addition & 0 deletions dockerfiles/ink-ci-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ test-ink:
script:
- cargo build ...
```

1 change: 1 addition & 0 deletions dockerfiles/ink-waterfall-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ test-ink:
script:
- cargo build ...
```

2 changes: 1 addition & 1 deletion dockerfiles/kubetools/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Image with Kube and Helm.
# Image with Kube and Helm.
2 changes: 1 addition & 1 deletion dockerfiles/lz4/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Image containing lz4 and wget binaries.
# Image containing lz4 and wget binaries.
1 change: 1 addition & 0 deletions dockerfiles/mdbook-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- mdbook-linkcheck
- mdbook-graphviz
- mdbook-last-changed

2 changes: 1 addition & 1 deletion dockerfiles/mitogen/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Mitogen

Ansible container with mitogen plugin.
Ansible container with mitogen plugin.
1 change: 1 addition & 0 deletions dockerfiles/molecule/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Description

Image with ansible and molecule. Used in GitLab CI to test ansible roles.
2 changes: 1 addition & 1 deletion dockerfiles/multisig-ci/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python:buster image with poetry and non-root user
# python:buster image with poetry and non-root user
1 change: 1 addition & 0 deletions dockerfiles/node-bench-regression-guard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ Just `bundle install && bundle exec ruby run-tests.rb`.
### Dependencies

The test script uses `faker` and `minitest` as the external dependencies. The main script (`node-bench-regression-guard`) is dependency-free and relies solely on Ruby's standard library.

2 changes: 1 addition & 1 deletion dockerfiles/node-wrk/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Dockerfile based on `node:16-slim` contains [wrk](https://github.com/wg/wrk) tool for benchmarks
# Dockerfile based on `node:16-slim` contains [wrk](https://github.com/wg/wrk) tool for benchmarks
1 change: 1 addition & 0 deletions dockerfiles/parity-keyring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ A base Docker image based on [our gnupg image](https://hub.docker.com/repository
```
docker run --rm -it docker.io/paritytech/parity-keyring gpg --list-keys $KEY_ID
```

1 change: 1 addition & 0 deletions dockerfiles/parity-scale-codec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ test-ink:
script:
- cargo build ...
```

3 changes: 1 addition & 2 deletions dockerfiles/polkadotjs-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# bridges-cumulus

Docker image based on Alpine.
Docker image based on Alpine.

Used to execute any polkadotjs related calls via polkadotjs-cli

# Packages
bash with installed polkadot-js-api, jq, nodejs/node/npm

4 changes: 2 additions & 2 deletions dockerfiles/query-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# query-exporter

take the sql query-exporter from
take the sql query-exporter from
[github.com/albertodonato/query-exporter](https://github.com/albertodonato/query-exporter.git)
and build it into a dockerfile.

the query-exporter can be used to expose arbitrary sql queries as metrics for
the query-exporter can be used to expose arbitrary sql queries as metrics for
prometheus. this docker image was set up for the substrate-save database.
1 change: 0 additions & 1 deletion dockerfiles/redis-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# redis exporter

build docker image from https://github.com/oliver006/redis_exporter

1 change: 1 addition & 0 deletions dockerfiles/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Used for signing and managing .rpm repositories and packages
```Dockerfile
FROM docker.io/paritytech/rpm:latest
```

1 change: 1 addition & 0 deletions dockerfiles/rusty-cachier-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ A very basic and bare-bones image prepared to run a small subset of `rusty-cachi
### How it works

Currently the image is baked with the environment to run `rusty-cachier cache notify` only. We keep the image size at the minimum.

1 change: 1 addition & 0 deletions dockerfiles/smart-bench-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ test-ink:
script:
- cargo build ...
```

2 changes: 1 addition & 1 deletion dockerfiles/sops/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Image containing the Sops and Vault binaries.
# Image containing the Sops and Vault binaries.
2 changes: 1 addition & 1 deletion dockerfiles/substrate-session-keys-grabber/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A Substrate session keys grabber
# A Substrate session keys grabber

## Overview

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/terraform/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Image containing the Terraform and Vault binaries.
# Image containing the Terraform and Vault binaries.
2 changes: 0 additions & 2 deletions dockerfiles/tools/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# tools

alpine based small docker image with `curl` and `git` and `jq` installed in it.


2 changes: 1 addition & 1 deletion dockerfiles/ws-health-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A health checker for Substrate-based nodes
# A health checker for Substrate-based nodes
1 change: 1 addition & 0 deletions dockerfiles/xbuilder-aarch64-unknown-linux-gnu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ TARGET=aarch64-unknown-linux-gnu
docker build -t parity-xbuilder-${TARGET} -f xbuilder-aarch64-linux-gnu.Dockerfile .
docker images | grep ${TARGET}
```