- Network connectivity script
- Node Controlle
- Improved CI + Tags RC 1.13 test imagePR
- Controller
- Container Tagging
Hyperledger is committed to creating a safe and welcoming community for all. For more information please visit the Hyperledger Code of Conduct. |
---|
Attendance
- Sebastian Schmittner (EECC)
- Christian Bormann (Robert Bosch GmbH)
- Philipp Schlarb (esatus AG) <p.schlarb@esatus.com>
- Michael SchaeferGuido Wischrop
- Cristian Kubis
In Progress
Network connectivity Script
Indy 1.13.2~RC4 Testing
- Christian wants to test the new release candidate → upgrade ubuntu20 test image todayish
Indy VDR Containers
- Christian discovered Indy VDR using home brewn indy node containers for testing.
- https://github.com/hyperledger/indy-vdr/blob/main/ci/indy-pool.dockerfile
- Christian: PR → our containers as base for their testing
Improve CI + Tagging of Container releases
- fixed by Philipp in https://github.com/hyperledger/indy-node-container/pull/121 :tada:
- We could Improve the CI pipelines to not run if not necessary (e.g. not run if only md files are changed)
- Already tried this once → need to put work into required merge job cheksIf anybody wants to import the better way its done in Node/Plenum: Feel free!
- Include indy node version
- currently RELEASE-FLAVOUR
- Decision today: update to: NODE_VERSION-FLAVOUR-RELEASE
- e.g. FLAVOUR=ubuntu20
- e.g. FLAVOUR=debian10
- Release less flavours
- Remove when 1.13 is there
- Comment into readme now: deprecated ubuntu16, debian10,...
Indy Node Controller
- Suggestion: Build one controller image with and one without podman
- The principal Controller solution mounting the host docker socket into the controller container might be re-discussed as well
- Seperate meeting: 2022-11-04 917 10:1500 - 1011:00 Berline time
- Idea Sebastian: Controller = process on Container Host
- Idea Christian: Kubernetes Operator
- https://github.com/hyperledger/indy-node-container/issues/108#issuecomment-1270047470
- → we should use the container name = host name to reach the controller from the indy node container instead of "localhost"
- @tsurai
Tagging of Container releases
- Include indy node version
- currently RELEASE-FLAVOUR
- Decision today: update to: NODE_VERSION-FLAVOUR-RELEASE
- e.g. FLAVOUR=ubuntu20
- e.g. FLAVOUR=debian10
- Release less flavours
- Remove when 1.13 is there
- Comment into readme now: deprecated ubuntu16, debian10,...
Container
- Use smaller base images
- python-slim + pypi indy packages?
- Phillipp: Caution: pypi packages are not identical to deb versions
- differences regarding config files for indy-node (https://github.com/hyperledger/indy-node/blob/ubuntu-20.04-upgrade/build-scripts/ubuntu-2004/prepare-package.sh)
...