From c2023065a2f829cb736e804e164d8b7d3ccb659f Mon Sep 17 00:00:00 2001 From: ecosvc-dockerhub Date: Mon, 25 Sep 2023 09:48:41 +0200 Subject: [PATCH] Update versions * Update VERSION to 1.10 * Update firmware version to 11.6.89 --- .github/workflows/axevent.yml | 2 +- .github/workflows/axoverlay.yml | 2 +- .github/workflows/container-example.yml | 4 ++-- .github/workflows/hello-world.yml | 2 +- .github/workflows/licensekey.yml | 2 +- .github/workflows/object-detection-cv25.yml | 2 +- .github/workflows/object-detection.yml | 6 +++--- .github/workflows/shell-script-example.yml | 2 +- .github/workflows/tensorflow-to-larod-artpec8.yml | 2 +- .github/workflows/tensorflow-to-larod-cv25.yml | 2 +- .github/workflows/tensorflow-to-larod.yml | 2 +- .github/workflows/using-opencv.yml | 2 +- .github/workflows/utility-libraries.yml | 2 +- .github/workflows/vdo-larod.yml | 8 ++++---- .github/workflows/vdo-opencl-filtering.yml | 4 ++-- .github/workflows/vdostream.yml | 2 +- .github/workflows/web-server-using-fastcgi.yml | 2 +- .github/workflows/web-server.yml | 2 +- axevent/send_event/Dockerfile | 2 +- axevent/subscribe_to_event/Dockerfile | 2 +- axevent/subscribe_to_events/Dockerfile | 2 +- axoverlay/Dockerfile | 2 +- container-example/Dockerfile | 2 +- hello-world/Dockerfile | 2 +- licensekey/Dockerfile | 2 +- object-detection-cv25/Dockerfile | 2 +- object-detection/Dockerfile | 2 +- reproducible-package/Dockerfile | 2 +- shell-script-example/Dockerfile | 2 +- using-opencv/Dockerfile | 2 +- utility-libraries/custom_lib_example/Dockerfile | 2 +- utility-libraries/openssl_curl_example/Dockerfile | 2 +- vdo-larod/Dockerfile | 2 +- vdo-opencl-filtering/Dockerfile | 2 +- vdostream/Dockerfile | 2 +- web-server-using-fastcgi/Dockerfile | 2 +- web-server/Dockerfile | 2 +- 37 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/axevent.yml b/.github/workflows/axevent.yml index faf9be47..124aea58 100644 --- a/.github/workflows/axevent.yml +++ b/.github/workflows/axevent.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axoverlay.yml b/.github/workflows/axoverlay.yml index 846a9e21..17796915 100644 --- a/.github/workflows/axoverlay.yml +++ b/.github/workflows/axoverlay.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/container-example.yml b/.github/workflows/container-example.yml index 7e36a8fa..a6203a9e 100644 --- a/.github/workflows/container-example.yml +++ b/.github/workflows/container-example.yml @@ -14,10 +14,10 @@ jobs: include: - arch: armv7hf imagearch: arm32v7 - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: aarch64 imagearch: arm64v8 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: container-example diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index ecf56c55..ea3dadbf 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/licensekey.yml b/.github/workflows/licensekey.yml index 5c894108..604f6965 100644 --- a/.github/workflows/licensekey.yml +++ b/.github/workflows/licensekey.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/object-detection-cv25.yml b/.github/workflows/object-detection-cv25.yml index be41d893..b69023b7 100644 --- a/.github/workflows/object-detection-cv25.yml +++ b/.github/workflows/object-detection-cv25.yml @@ -14,7 +14,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: object-detection-cv25 diff --git a/.github/workflows/object-detection.yml b/.github/workflows/object-detection.yml index ea602216..f38ef587 100644 --- a/.github/workflows/object-detection.yml +++ b/.github/workflows/object-detection.yml @@ -14,13 +14,13 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: armv7hf chip: edgetpu - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: aarch64 chip: artpec8 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: object-detection diff --git a/.github/workflows/shell-script-example.yml b/.github/workflows/shell-script-example.yml index 375111c3..d9aece32 100644 --- a/.github/workflows/shell-script-example.yml +++ b/.github/workflows/shell-script-example.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/tensorflow-to-larod-artpec8.yml b/.github/workflows/tensorflow-to-larod-artpec8.yml index d2e35910..ca627d53 100644 --- a/.github/workflows/tensorflow-to-larod-artpec8.yml +++ b/.github/workflows/tensorflow-to-larod-artpec8.yml @@ -14,7 +14,7 @@ jobs: include: - arch: aarch64 chip: artpec8 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod-artpec8 diff --git a/.github/workflows/tensorflow-to-larod-cv25.yml b/.github/workflows/tensorflow-to-larod-cv25.yml index a99fe75a..5e2428cc 100644 --- a/.github/workflows/tensorflow-to-larod-cv25.yml +++ b/.github/workflows/tensorflow-to-larod-cv25.yml @@ -14,7 +14,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod-cv25 diff --git a/.github/workflows/tensorflow-to-larod.yml b/.github/workflows/tensorflow-to-larod.yml index 9436ea8c..1d527d0a 100644 --- a/.github/workflows/tensorflow-to-larod.yml +++ b/.github/workflows/tensorflow-to-larod.yml @@ -14,7 +14,7 @@ jobs: include: - arch: armv7hf chip: edgetpu - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod diff --git a/.github/workflows/using-opencv.yml b/.github/workflows/using-opencv.yml index 774ca5c4..c01a3545 100644 --- a/.github/workflows/using-opencv.yml +++ b/.github/workflows/using-opencv.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/utility-libraries.yml b/.github/workflows/utility-libraries.yml index 87bebf3d..51ea946f 100644 --- a/.github/workflows/utility-libraries.yml +++ b/.github/workflows/utility-libraries.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vdo-larod.yml b/.github/workflows/vdo-larod.yml index 4c49e5e2..244595ae 100644 --- a/.github/workflows/vdo-larod.yml +++ b/.github/workflows/vdo-larod.yml @@ -14,16 +14,16 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: armv7hf chip: edgetpu - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: aarch64 chip: artpec8 - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: aarch64 chip: cv25 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: vdo-larod diff --git a/.github/workflows/vdo-opencl-filtering.yml b/.github/workflows/vdo-opencl-filtering.yml index 23ab1d10..38e4f7ea 100644 --- a/.github/workflows/vdo-opencl-filtering.yml +++ b/.github/workflows/vdo-opencl-filtering.yml @@ -14,10 +14,10 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.5.64 + axis-os: 11.6.89 - arch: aarch64 chip: artpec8 - axis-os: 11.5.64 + axis-os: 11.6.89 env: EXREPO: acap-native-examples EXNAME: vdo-opencl-filtering diff --git a/.github/workflows/vdostream.yml b/.github/workflows/vdostream.yml index 2e1a7155..ec203373 100644 --- a/.github/workflows/vdostream.yml +++ b/.github/workflows/vdostream.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/web-server-using-fastcgi.yml b/.github/workflows/web-server-using-fastcgi.yml index 15c3df4c..de7dec5d 100644 --- a/.github/workflows/web-server-using-fastcgi.yml +++ b/.github/workflows/web-server-using-fastcgi.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/web-server.yml b/.github/workflows/web-server.yml index e5e00366..412da044 100644 --- a/.github/workflows/web-server.yml +++ b/.github/workflows/web-server.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.5.64"] + axis-os: ["11.6.89"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/axevent/send_event/Dockerfile b/axevent/send_event/Dockerfile index 6bff9196..00eab7a9 100644 --- a/axevent/send_event/Dockerfile +++ b/axevent/send_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_event/Dockerfile b/axevent/subscribe_to_event/Dockerfile index 6bff9196..00eab7a9 100644 --- a/axevent/subscribe_to_event/Dockerfile +++ b/axevent/subscribe_to_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_events/Dockerfile b/axevent/subscribe_to_events/Dockerfile index 7484cd14..8edb441f 100644 --- a/axevent/subscribe_to_events/Dockerfile +++ b/axevent/subscribe_to_events/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axoverlay/Dockerfile b/axoverlay/Dockerfile index 6bff9196..00eab7a9 100644 --- a/axoverlay/Dockerfile +++ b/axoverlay/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/container-example/Dockerfile b/container-example/Dockerfile index a55b2024..e9bd1264 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp diff --git a/hello-world/Dockerfile b/hello-world/Dockerfile index cbc88362..0c7b632e 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/licensekey/Dockerfile b/licensekey/Dockerfile index 6bff9196..00eab7a9 100644 --- a/licensekey/Dockerfile +++ b/licensekey/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection-cv25/Dockerfile b/object-detection-cv25/Dockerfile index d4fb4ed2..d9b6d524 100644 --- a/object-detection-cv25/Dockerfile +++ b/object-detection-cv25/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=aarch64 -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection/Dockerfile b/object-detection/Dockerfile index cbcd8450..53d31b52 100644 --- a/object-detection/Dockerfile +++ b/object-detection/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/reproducible-package/Dockerfile b/reproducible-package/Dockerfile index 823db8a9..bc385b06 100644 --- a/reproducible-package/Dockerfile +++ b/reproducible-package/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/shell-script-example/Dockerfile b/shell-script-example/Dockerfile index cbc88362..0c7b632e 100644 --- a/shell-script-example/Dockerfile +++ b/shell-script-example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/using-opencv/Dockerfile b/using-opencv/Dockerfile index 6d5957a8..734b4b63 100644 --- a/using-opencv/Dockerfile +++ b/using-opencv/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.9 +ARG VERSION=1.10 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/utility-libraries/custom_lib_example/Dockerfile b/utility-libraries/custom_lib_example/Dockerfile index b6d829e8..36077602 100644 --- a/utility-libraries/custom_lib_example/Dockerfile +++ b/utility-libraries/custom_lib_example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/utility-libraries/openssl_curl_example/Dockerfile b/utility-libraries/openssl_curl_example/Dockerfile index a035730b..c430d5b2 100644 --- a/utility-libraries/openssl_curl_example/Dockerfile +++ b/utility-libraries/openssl_curl_example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-larod/Dockerfile b/vdo-larod/Dockerfile index fa28b7fb..460626d1 100644 --- a/vdo-larod/Dockerfile +++ b/vdo-larod/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-opencl-filtering/Dockerfile b/vdo-opencl-filtering/Dockerfile index 7e2dd3f8..9ee1deab 100644 --- a/vdo-opencl-filtering/Dockerfile +++ b/vdo-opencl-filtering/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdostream/Dockerfile b/vdostream/Dockerfile index 6bff9196..00eab7a9 100644 --- a/vdostream/Dockerfile +++ b/vdostream/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.9 +ARG VERSION=1.10 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/web-server-using-fastcgi/Dockerfile b/web-server-using-fastcgi/Dockerfile index 9eff2414..5c9c8bdf 100644 --- a/web-server-using-fastcgi/Dockerfile +++ b/web-server-using-fastcgi/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.9 +ARG VERSION=1.10 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server/Dockerfile b/web-server/Dockerfile index 4785f59e..c36660da 100644 --- a/web-server/Dockerfile +++ b/web-server/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.9 +ARG VERSION=1.10 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION}