Different fixes added/backported

List of changes:
* fixed path of automated reports to /artifacts/reports/
* fixed toolset full and min dockerfiles
* fixed typo in rally mos dry-run json
* added copying spt reports

Related-PROD: PROD-37187
Change-Id: I80d9eaa359aa9bb60c3a4a8c51f0d2494e4d36d4
diff --git a/k8s/workspace/run-packages-mcc.sh b/k8s/workspace/run-packages-mcc.sh
index 1f332c6..179d161 100644
--- a/k8s/workspace/run-packages-mcc.sh
+++ b/k8s/workspace/run-packages-mcc.sh
@@ -2,5 +2,5 @@
 cd /artifacts
 . env.sh
 . /opt/cfg-checker/.checkervenv/bin/activate
-mos-checker --ssh-direct --kube-config /artifacts/envs/mcc-kubeconfig.yaml --env-name $MY_CLIENTSHORTNAME-mcc --env-config /artifacts/envs/mcc-checker.env packages report --html $MY_CLIENTSHORTNAME-mcc-packages-01.html
+mos-checker --ssh-direct --kube-config /artifacts/envs/mcc-kubeconfig.yaml --env-name $MY_CLIENTSHORTNAME-mcc --env-config /artifacts/envs/mcc-checker.env packages report --html /artifacts/reports/$MY_CLIENTSHORTNAME-mcc-packages-01.html
 deactivate