* [x] better get-workflow-parameter API * [x] ability to save images in binaries : `docker save system_tests/weblog | gzip > binaries/weblog.tar.gz` #4153 * [x] ability to load weblog/agent images from binaries : `docker load --input binaries/weblog.tar.gz` #4153 * [x] Adapt build.sh to allow loading from binaries #4153 * [ ] ...
docker save system_tests/weblog | gzip > binaries/weblog.tar.gzBuild script can save/load images in/from files in binaries folder #4153docker load --input binaries/weblog.tar.gzBuild script can save/load images in/from files in binaries folder #4153