hyperledger-labs / fabric-builder-k8s

Kubernetes chaincode builder for Hyperledger Fabric
https://labs.hyperledger.org/fabric-builder-k8s/
Apache License 2.0
28 stars 20 forks source link

Make sure Kubernetes object labels are valid #124

Closed jt-nti closed 3 months ago

jt-nti commented 3 months ago

Base32 encode the package hash and validate the chaincode label in the build phase

Move labels that cannot be guaranteed to be valid to annotations instead

Closes #89