Current Issue:
The docker/Makefile in this repository duplicates much of the functionality from Katzenpost's docker/Makefile, requiring continual updates to maintain compatibility as the original Makefile evolves.
Proposed Change:
Refactor the local docker/Makefile to focus solely on features specific to this repository. This would minimize maintenance and enhance ability to work with various katzenpost versions and branches with less effort.
Retain Current Utility:
The local docker/Makefile is used to build and run a Katzenpost local test network with this repo's specifics including server plugin(s) and client(s). It supports local development and automated testing. We want to keep and enhance the current utility.
Current Issue: The
docker/Makefile
in this repository duplicates much of the functionality from Katzenpost'sdocker/Makefile
, requiring continual updates to maintain compatibility as the original Makefile evolves.Proposed Change: Refactor the local
docker/Makefile
to focus solely on features specific to this repository. This would minimize maintenance and enhance ability to work with various katzenpost versions and branches with less effort.Retain Current Utility: The local
docker/Makefile
is used to build and run a Katzenpost local test network with this repo's specifics including server plugin(s) and client(s). It supports local development and automated testing. We want to keep and enhance the current utility.Links for Context: