summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlinxin <[email protected]>2023-10-12 10:40:06 +0800
committerlinxin <[email protected]>2023-10-13 19:33:08 +0800
commit5ff7fc65bb170814a45a5857d19aa7cc5ac78ae2 (patch)
tree40321381a23bd1fd0f87490e5f08b28f6181824d /tools
parent013d4f87004c08e5ce2497e1f961bd6d469b0008 (diff)
feature:TSG-17387:add packet-io-engine prometheus exporter.
Diffstat (limited to 'tools')
-rw-r--r--tools/build_container_images.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/build_container_images.sh b/tools/build_container_images.sh
index 248bef87..36f723b6 100644
--- a/tools/build_container_images.sh
+++ b/tools/build_container_images.sh
@@ -66,9 +66,9 @@ function export_images()
${IMAGE_REPO_PREFIX}/tsg-sce:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-bfdd:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-inject:${OS_RELEASE_VER} \
- ${IMAGE_REPO_PREFIX}/tsg-mrzcpd:${OS_RELEASE_VER} \
+ ${IMAGE_REPO_PREFIX}/tsg-packet-io-engine:${OS_RELEASE_VER} \
${IMAGE_REPO_PREFIX}/tsg-shaping:${OS_RELEASE_VER} \
- ${IMAGE_REPO_PREFIX}/tsg-mrzcpd-deviceplugin:${OS_RELEASE_VER}
+ ${IMAGE_REPO_PREFIX}/tsg-packet-io-engine-deviceplugin:${OS_RELEASE_VER}
}
##function define end
@@ -86,8 +86,8 @@ build_image "sce" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-sce:${OS_
build_image "bfdd" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-bfdd:${OS_RELEASE_VER}"
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 "mrzcpd" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-mrzcpd:${OS_RELEASE_VER}"
-build_image "mrzcpd-deviceplugin" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-mrzcpd-deviceplugin:${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-engine-deviceplugin" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-packet-io-engine-deviceplugin:${OS_RELEASE_VER}"
export_images