You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Instead of hard coding builder image versions in k8scc.yaml, we should use the same substitution mechanism as in core.yaml to set the image version according to the peer version.
Example from core.yaml:
$(DOCKER_NS)/fabric-ccenv:$(TWO_DIGIT_VERSION)
Implementation hint
Something like this, but at runtime. We may need to start the peer binary in order to get the version. And maybe we can also process the core.yaml and remove the image versions from the k8scc.yaml.
The text was updated successfully, but these errors were encountered:
Issue
Solves image version problems like #6
Proposal
Instead of hard coding builder image versions in
k8scc.yaml
, we should use the same substitution mechanism as incore.yaml
to set the image version according to the peer version.Example from
core.yaml
:Implementation hint
Something like this, but at runtime. We may need to start the peer binary in order to get the version. And maybe we can also process the
core.yaml
and remove the image versions from thek8scc.yaml
.The text was updated successfully, but these errors were encountered: