Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```