Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledgendary/package-k8s-chaincode-action
Github Action to create a kubernetes chaincode package
https://github.com/hyperledgendary/package-k8s-chaincode-action
Last synced: 3 months ago
JSON representation
Github Action to create a kubernetes chaincode package
- Host: GitHub
- URL: https://github.com/hyperledgendary/package-k8s-chaincode-action
- Owner: hyperledgendary
- License: apache-2.0
- Created: 2022-05-11T14:59:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T08:45:49.000Z (over 2 years ago)
- Last Synced: 2024-04-17T19:39:32.402Z (10 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# package-k8s-chaincode-action
Github Action to create a kubernetes chaincode package
# Package Kubernetes Chaincode GitHub action
This action create a kubernetes chaincode package which can be used with the [Kubernetes Fabric Builder](https://github.com/hyperledgendary/fabric-builder-k8s)
## Inputs
## `chaincode-label`
**Required** The chaincode label.
## `chaincode-image`
**Required** The chaincode docker image name.
## `chaincode-digest`
**Required** The chaincode [docker image digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier).
## Outputs
None.
## Example usage
```yaml
uses: hyperledgendary/package-k8s-chaincode-action@
with:
chaincode-label: conga-nft-contract
chaincode-image: ghcr.io/hyperledgendary/conga-nft-contract
chaincode-digest: sha256:b35962f000d26ad046d4102f22d70a1351692fc69a9ddead89dfa13aefb942a7
```