Skip to content

Commit

Permalink
Fix description format
Browse files Browse the repository at this point in the history
  • Loading branch information
geektrove committed Oct 4, 2023
1 parent 4b7e162 commit d4b14ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build-images-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ for elem in "${elems[@]}"; do
--label "org.opencontainers.image.vendor=Luxonis" \
--label "org.opencontainers.image.ref.name=${IMAGE_REF_NAME}" \
--label "org.opencontainers.image.title=RobotHub App base image" \
--label "org.opencontainers.image.description=DepthAI version: ${DEPTHAI_VERSION}
DepthAI SDK version: ${DEPTHAI_SDK_VERSION},
Robothub version: ${ROBOTHUB_VERSION}" \
--label "org.opencontainers.image.description=DepthAI version: ${DEPTHAI_VERSION}, DepthAI SDK version: ${DEPTHAI_SDK_VERSION}, Robothub version: ${ROBOTHUB_VERSION}" \
--label "com.luxonis.rh.depthai.version=${DEPTHAI_VERSION}" \
--label "com.luxonis.rh.depthai-sdk.version=${DEPTHAI_SDK_VERSION}" \
--label "com.luxonis.rh.robothub.version=${ROBOTHUB_VERSION}" \
Expand Down

0 comments on commit d4b14ee

Please sign in to comment.