Updated the src folder with new repositories archives

* Updated with the latest mos-spt repository
* Updated with the latest si-tests repo
* Updated with the latest cfg-checker with packages
  version for MOSK 24.1. MOSK 24.1 supports OS Antelope
   and Yoga.
* Small fixes to the docker files

Related-PROD: PROD-37187
Change-Id: I0d3f3c9ef0cf32a6e5accde94edb8aa0e34d3582
diff --git a/k8s/docker-mos-rally b/k8s/docker-mos-rally
index 71c927c..6d75636 100644
--- a/k8s/docker-mos-rally
+++ b/k8s/docker-mos-rally
@@ -1,6 +1,6 @@
 FROM xrally/xrally-openstack:2.1.0
 
-MAINTAINER Alex Savatieiev (a.savex@gmail.com)
+LABEL maintainer="qa-ps@mirantis.com"
 
 WORKDIR /rally
 RUN mkdir /rally/rally-files && \
diff --git a/k8s/docker-mos-toolset-min b/k8s/docker-mos-toolset-min
index 53e6c55..106922b 100644
--- a/k8s/docker-mos-toolset-min
+++ b/k8s/docker-mos-toolset-min
@@ -1,6 +1,6 @@
 FROM ubuntu:20.04
 
-MAINTAINER Alex Savatieiev (a.savex@gmail.com)
+LABEL maintainer="qa-ps@mirantis.com"
 
 ADD ./src/mos-spt.tgz /opt/mos-spt/
 WORKDIR /opt
@@ -24,6 +24,7 @@
 
 RUN mkdir /opt/packages/ && \
     cd /opt/packages && \
+    apt-get update && \
     apt-get download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances iperf3 iperf | grep "^\w" | sort -u) || true
 
 RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
diff --git a/k8s/src/mos-checker.tgz b/k8s/src/mos-checker.tgz
index ea41625..a993c20 100644
--- a/k8s/src/mos-checker.tgz
+++ b/k8s/src/mos-checker.tgz
Binary files differ
diff --git a/k8s/src/mos-spt.tgz b/k8s/src/mos-spt.tgz
index e87808f..a00140c 100644
--- a/k8s/src/mos-spt.tgz
+++ b/k8s/src/mos-spt.tgz
Binary files differ
diff --git a/k8s/src/si-tests.tgz b/k8s/src/si-tests.tgz
index 29a8c32..177daea 100644
--- a/k8s/src/si-tests.tgz
+++ b/k8s/src/si-tests.tgz
Binary files differ