File tree Expand file tree Collapse file tree
microservices/dlstreamer-pipeline-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=intel/dlstreamer:2026.0.0-ubuntu22
1+ ARG BASE_IMAGE=intel/dlstreamer:2026.0.0-ubuntu24
22FROM ${BASE_IMAGE} AS gstudfloader-builder
33
44USER root
@@ -320,7 +320,7 @@ RUN apt update && \
320320 apt clean && \
321321 rm -rf /var/lib/apt/lists/*
322322
323- RUN pip3 install --no-cache-dir --upgrade openvino==2025.2 .0 openvino-telemetry==2025.2.0
323+ RUN pip3 install --no-cache-dir --upgrade openvino==2026.0 .0 openvino-telemetry==2025.2.0
324324
325325RUN . /etc/os-release && \
326326 if [ "$VERSION_ID" = "22.04" ]; then \
Original file line number Diff line number Diff line change 66
77# For Ubuntu 22.04: intel/dlstreamer:2026.0.0-ubuntu22
88# For Ubuntu 24.04: intel/dlstreamer:2026.0.0-ubuntu24
9- BASE_IMAGE = intel/dlstreamer:2026.0.0-ubuntu22
9+ BASE_IMAGE = intel/dlstreamer:2026.0.0-ubuntu24
1010
1111# For Ubuntu 22.04 and build/run optimized image: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu22
1212# For Ubuntu 24.04 and build/run optimized image: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24
1313# For Ubuntu 22.04 and build/run extended image: intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu22
1414# For Ubuntu 24.04 and build/run extended image: intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu24
1515# For just running the microservice, use latest publicly available image as below
16- DLSTREAMER_PIPELINE_SERVER_IMAGE = intel/dlstreamer-pipeline-server:2026.0.0-ubuntu22
16+ DLSTREAMER_PIPELINE_SERVER_IMAGE = intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24
1717
1818# For optimized image: dlstreamer-pipeline-server
1919# For extended image: dlstreamer-pipeline-server-extended
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu22
1+ ARG BASE_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24
22
33FROM ${BASE_IMAGE}
44
You can’t perform that action at this time.
0 commit comments