summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlinxin <[email protected]>2024-06-12 18:47:22 +0800
committer林鑫 <[email protected]>2024-06-28 07:32:49 +0000
commite27c8aa425f8ddf14526d21124edc2473eb4355a (patch)
treefb6ec2150942e91f5b4e99ec025df6e298f9c27f /tools
parent2ce2d9847ddaac8ee4254cb08a730b6131ca2e5e (diff)
✨ feat:add trex component (helmchart, image, nic-uio-binder and so on)to os
Diffstat (limited to 'tools')
-rw-r--r--tools/build_container_images.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build_container_images.sh b/tools/build_container_images.sh
index 283a628f..889dcb1b 100644
--- a/tools/build_container_images.sh
+++ b/tools/build_container_images.sh
@@ -67,8 +67,9 @@ function export_images()
${IMAGE_REPO_PREFIX}/tsg-bfdd:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-inject:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-packet-io-engine:${OS_RELEASE_VER} \
+ ${IMAGE_REPO_PREFIX}/trex:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-shaping:${OS_RELEASE_VER} \
- ${IMAGE_REPO_PREFIX}/tsg-packet-io-uio-binder:${OS_RELEASE_VER} \
+ ${IMAGE_REPO_PREFIX}/tsg-nic-uio-binder:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-dp-trace-telemetry:${OS_RELEASE_VER}
}
##function define end
@@ -88,7 +89,8 @@ build_image "bfdd" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-bfdd:${OS
build_image "shaping" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-shaping:${OS_RELEASE_VER}"
build_image "inject" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-inject:${OS_RELEASE_VER}"
build_image "packet-io-engine" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-packet-io-engine:${OS_RELEASE_VER}"
-build_image "packet-io-uio-binder" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-packet-io-uio-binder:${OS_RELEASE_VER}"
+build_image "trex" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/trex:${OS_RELEASE_VER}"
+build_image "nic-uio-binder" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-nic-uio-binder:${OS_RELEASE_VER}"
build_image "dp-trace-telemetry" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-dp-trace-telemetry:${OS_RELEASE_VER}"
export_images