Different fixes added/baackported

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

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