From fb5ad865bbdc0401ea18610bf326a1d196794dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20=C3=85kesson?= <66364872+pataxis@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:03:19 +0200 Subject: [PATCH] Update versions (#149) * Update SDK_VERSION to 1.9 Co-authored-by: ecosvc-dockerhub --- 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 fa50186..c36ceb8 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.8 +ARG SDK_VERSION=1.9 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 4c61683..b8acb39 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.8 +ARG SDK_VERSION=1.9 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 ee3ef18..88164bd 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.8 +ARG SDK_VERSION=1.9 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 96ad20c..480ac5b 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.8 +ARG SDK_VERSION=1.9 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 e80f850..ba99fea 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.8 +ARG SDK_VERSION=1.9 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 be9c84d..18fb746 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.8 +ARG SDK_VERSION=1.9 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 c904290..963f039 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.8 +ARG SDK_VERSION=1.9 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 a775ba2..066406d 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.8 +ARG SDK_VERSION=1.9 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 a8f07a9..94a7287 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.8 +ARG SDK_VERSION=1.9 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 5fcd3d1..7561d30 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.8 +ARG SDK_VERSION=1.9 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf