- Update to latest docker dind images
- update golang version to 1.24.4
Change-Id: I309a1a00fecacd3151b0cd97e076f68fa93c4cc8
Signed-off-by: Dave Wallace <[email protected]>
case "$input_image" in
"ubuntu:22.04")
- echo "cruizba/ubuntu-dind:jammy-26.1.3-r2|true"
+ echo "cruizba/ubuntu-dind:jammy-28.2.1|true"
;;
"ubuntu:24.04")
- echo "cruizba/ubuntu-dind:noble-26.1.3-r2|true"
+ echo "cruizba/ubuntu-dind:noble-28.2.1|true"
;;
*)
echo "$input_image|false"
export DOCKER_CSIT_DIR="$DOCKER_BUILD_DIR/csit"
export DOCKER_DOWNLOADS_DIR="/root/Downloads"
export DOCKER_BUILD_FILES_DIR="$DOCKER_BUILD_DIR/files"
-export DOCKER_GOLANG_VERSION="1.22.5"
+export DOCKER_GOLANG_VERSION="1.24.4"
docker_build_setup_ciman() {
if [ "$(dirname $CIMAN_ROOT)" != "$DOCKER_BUILD_DIR" ] ; then
# to create an enumerated set of jobs jobs that match the
# definitions here.
declare -A CSIT_VPP_BRANCHES
-CSIT_VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 master"
-CSIT_VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 master"
+CSIT_VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 stable/2506 master"
+CSIT_VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 stable/2506 master"
export CSIT_VPP_BRANCHES
CSIT_SUPPORTED_EXECUTOR_CLASSES="builder csit_dut"
# to create an enumerated set of jobs jobs that match the
# definitions here.
declare -A VPP_BRANCHES
-VPP_BRANCHES["debian-12"]="stable/2410 stable/2502 master"
-VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 master"
-VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 master"
+VPP_BRANCHES["debian-12"]="stable/2410 stable/2502 stable/2506 master"
+VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 stable/2506 master"
+VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 stable/2506 master"
export VPP_BRANCHES