summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlinxin <[email protected]>2024-03-14 15:08:21 +0800
committer付明卫 <[email protected]>2024-03-15 13:04:00 +0000
commit6d9fbc84f38f6c9b4623bbbebf6c3c97354fef42 (patch)
tree3477cb63632079fec188a65a5860571f9b820260 /tools
parentc79a569283df5093740b455e2867e6bae034515f (diff)
🐞 fix:TSG-19943更改mrzcpd-device-plugin名称为packet-io-uio-binder并优化其日志输出
Diffstat (limited to 'tools')
-rw-r--r--tools/build_container_images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_container_images.sh b/tools/build_container_images.sh
index 36f723b6..77960337 100644
--- a/tools/build_container_images.sh
+++ b/tools/build_container_images.sh
@@ -68,7 +68,7 @@ function export_images()
${IMAGE_REPO_PREFIX}/tsg-inject:${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-packet-io-engine-deviceplugin:${OS_RELEASE_VER}
+ ${IMAGE_REPO_PREFIX}/tsg-packet-io-uio-binder:${OS_RELEASE_VER}
}
##function define end
@@ -87,7 +87,7 @@ 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-engine-deviceplugin" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-packet-io-engine-deviceplugin:${OS_RELEASE_VER}"
+build_image "packet-io-uio-binder" "${BASE_IMAGE_NAME}" "${IMAGE_REPO_PREFIX}/tsg-packet-io-uio-binder:${OS_RELEASE_VER}"
export_images