This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # The ` subkey ` program is a key management utility for Substrate-based blockchains. You can use the ` subkey ` program to perform the following tasks:
2
+
3
+ * Generate and inspect cryptographically-secure public and private key pairs.
4
+ * Restore keys from secret phrases and raw seeds.
5
+ * Sign and verify signatures on messages.
6
+ * Sign and verify signatures for encoded transactions.
7
+ * Derive hierarchical deterministic child key pairs.
8
+ * [ Documentation] ( https://docs.substrate.io/reference/command-line-tools/subkey/ )
Original file line number Diff line number Diff line change 49
49
DOCKER_USER : $Docker_Hub_User_Parity
50
50
DOCKER_PASS : $Docker_Hub_Pass_Parity
51
51
52
+ .push-docker-image-description :
53
+ stage : publish
54
+ extends :
55
+ - .kubernetes-env
56
+ - .publish-refs
57
+ variables :
58
+ CI_IMAGE : paritytech/docker-description
59
+ DOCKERHUB_REPOSITORY : parity/$PRODUCT
60
+ DOCKER_USERNAME : $Docker_Hub_User_Parity
61
+ DOCKER_PASSWORD : $Docker_Hub_Pass_Parity
62
+ README_FILEPATH : $CI_PROJECT_DIR/scripts/ci/docker/$PRODUCT.Dockerfile.README.md
63
+ script :
64
+ - echo # Dummy command to satisfy GitLab CI linter.
52
65
53
66
# publish image to docker.io/paritypr, (e.g. for later use in zombienet testing)
54
67
.build-push-image-temporary :
@@ -90,6 +103,14 @@ publish-docker-subkey:
90
103
variables :
91
104
PRODUCT : subkey
92
105
106
+ publish-docker-description-subkey :
107
+ extends : .push-docker-image-description
108
+ needs :
109
+ - job : build-subkey-linux
110
+ variables :
111
+ PRODUCT : subkey
112
+ SHORT_DESCRIPTION : " The subkey program is a key management utility for Substrate-based blockchains."
113
+
93
114
publish-s3-release :
94
115
stage : publish
95
116
extends :
You can’t perform that action at this time.
0 commit comments