The purpose of this is to consolidate source code for the overall SPT work into this (SPT) repository.
Some outstanding tasks/issues:
The process to build the plugin containers is not yet documented. Instead of documentation, we can just add build capability into the overall build process (i.e. make build-docker-images). We discussed accomplishing this by writing a similar but different version of the DOCKER_PUSH_TARGETS and DOCKER_PUSH_TARGETS Makefile targets.
Add version-controlled version information for the plugins.
Either some Dockerfile line or the Makefile target needs to invoke either git clone or git submodule update or something similar to get the remote source to be available to the container.
This refers to
plugins
branch.The purpose of this is to consolidate source code for the overall SPT work into this (SPT) repository.
Some outstanding tasks/issues:
make build-docker-images
). We discussed accomplishing this by writing a similar but different version of theDOCKER_PUSH_TARGETS
andDOCKER_PUSH_TARGETS
Makefile targets.git clone
orgit submodule update
or something similar to get the remote source to be available to the container.