From bc06e3e2cad7164f541d121e707d7898055eae3f Mon Sep 17 00:00:00 2001 From: github-axiscommunications-ecosystem Date: Tue, 14 Nov 2023 17:03:18 +0100 Subject: [PATCH] Update versions * Update SDK_VERSION to 1.11 --- hello-world-cpp/Dockerfile | 2 +- hello-world-python/Dockerfile | 2 +- minimal-ml-inference/Dockerfile | 2 +- object-detector-cpp/Dockerfile | 2 +- object-detector-python/Dockerfile | 2 +- opencv-image-capture-cpp/Dockerfile | 2 +- opencv-qr-decoder-python/Dockerfile | 2 +- parameter-api-cpp/Dockerfile | 2 +- parameter-api-python/Dockerfile | 2 +- pose-estimator-with-flask/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hello-world-cpp/Dockerfile b/hello-world-cpp/Dockerfile index 95a0783..2bc00a5 100644 --- a/hello-world-cpp/Dockerfile +++ b/hello-world-cpp/Dockerfile @@ -3,7 +3,7 @@ # Specify the architecture at build time: mipsis32r2el/armv7hf/aarch64 ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/hello-world-python/Dockerfile b/hello-world-python/Dockerfile index 6e48ac8..1a9fc7d 100644 --- a/hello-world-python/Dockerfile +++ b/hello-world-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/minimal-ml-inference/Dockerfile b/minimal-ml-inference/Dockerfile index e4f7db1..edf746f 100644 --- a/minimal-ml-inference/Dockerfile +++ b/minimal-ml-inference/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/object-detector-cpp/Dockerfile b/object-detector-cpp/Dockerfile index 7594017..296abe1 100644 --- a/object-detector-cpp/Dockerfile +++ b/object-detector-cpp/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/object-detector-python/Dockerfile b/object-detector-python/Dockerfile index b0d04e4..0a8e143 100644 --- a/object-detector-python/Dockerfile +++ b/object-detector-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/opencv-image-capture-cpp/Dockerfile b/opencv-image-capture-cpp/Dockerfile index 40b0da0..5e9f524 100644 --- a/opencv-image-capture-cpp/Dockerfile +++ b/opencv-image-capture-cpp/Dockerfile @@ -5,7 +5,7 @@ # Currently, only armv7hf is supported ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/opencv-qr-decoder-python/Dockerfile b/opencv-qr-decoder-python/Dockerfile index b36314d..6600c69 100644 --- a/opencv-qr-decoder-python/Dockerfile +++ b/opencv-qr-decoder-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/parameter-api-cpp/Dockerfile b/parameter-api-cpp/Dockerfile index 29c613b..6f6a9ca 100644 --- a/parameter-api-cpp/Dockerfile +++ b/parameter-api-cpp/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/parameter-api-python/Dockerfile b/parameter-api-python/Dockerfile index a272484..188bf39 100644 --- a/parameter-api-python/Dockerfile +++ b/parameter-api-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/pose-estimator-with-flask/Dockerfile b/pose-estimator-with-flask/Dockerfile index a05ffca..1b3ba67 100644 --- a/pose-estimator-with-flask/Dockerfile +++ b/pose-estimator-with-flask/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.10 +ARG SDK_VERSION=1.11 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf