diff --git a/.github/workflows/axevent.yml b/.github/workflows/axevent.yml index 1cd0472..294eb13 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axoverlay.yml b/.github/workflows/axoverlay.yml index 91cb704..3726397 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axserialport.yml b/.github/workflows/axserialport.yml index 140eaa1..7fb2435 100644 --- a/.github/workflows/axserialport.yml +++ b/.github/workflows/axserialport.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axstorage.yml b/.github/workflows/axstorage.yml index 4c47fa0..57914da 100644 --- a/.github/workflows/axstorage.yml +++ b/.github/workflows/axstorage.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/container-example.yml b/.github/workflows/container-example.yml index 5654e81..0c6169a 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.8.61 + axis-os: 11.9.53 - arch: aarch64 imagearch: arm64v8 - axis-os: 11.8.61 + axis-os: 11.9.53 env: EXREPO: acap-native-examples EXNAME: container-example diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 9e81c50..01d26fc 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/licensekey.yml b/.github/workflows/licensekey.yml index b997b4b..eddeed2 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.8.61"] + axis-os: ["11.9.53"] 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 d646a44..98085e1 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.8.61 + axis-os: 11.9.53 env: EXREPO: acap-native-examples EXNAME: object-detection-cv25 diff --git a/.github/workflows/object-detection.yml b/.github/workflows/object-detection.yml index c4ca269..dcb5f4c 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.8.61 + axis-os: 11.9.53 - arch: armv7hf chip: edgetpu - axis-os: 11.8.61 + axis-os: 11.9.53 - arch: aarch64 chip: artpec8 - axis-os: 11.8.61 + axis-os: 11.9.53 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 9e979af..65dea0a 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.8.61"] + axis-os: ["11.9.53"] 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 bdb83bf..1dfa797 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.8.61 + axis-os: 11.9.53 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 2b376ec..a6c650f 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.8.61 + axis-os: 11.9.53 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 3647dca..4ceccd3 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.8.61 + axis-os: 11.9.53 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod diff --git a/.github/workflows/using-opencv.yml b/.github/workflows/using-opencv.yml index d3cb8d1..825117e 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/utility-libraries.yml b/.github/workflows/utility-libraries.yml index ba6c3bf..cf8321d 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vdo-larod.yml b/.github/workflows/vdo-larod.yml index 7d74fb8..7ba1f98 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.8.61 + axis-os: 11.9.53 - arch: armv7hf chip: edgetpu - axis-os: 11.8.61 + axis-os: 11.9.53 - arch: aarch64 chip: artpec8 - axis-os: 11.8.61 + axis-os: 11.9.53 - arch: aarch64 chip: cv25 - axis-os: 11.8.61 + axis-os: 11.9.53 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 2fe2c95..8b5934f 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.8.61 + axis-os: 11.9.53 - arch: aarch64 chip: artpec8 - axis-os: 11.8.61 + axis-os: 11.9.53 env: EXREPO: acap-native-examples EXNAME: vdo-opencl-filtering diff --git a/.github/workflows/vdostream.yml b/.github/workflows/vdostream.yml index b7953e2..2634a0e 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] vdo-format: ["h264", "h265", "y800", "jpeg", "nv12"] env: diff --git a/.github/workflows/web-server-using-fastcgi.yml b/.github/workflows/web-server-using-fastcgi.yml index 68d79e2..c3200ed 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/web-server.yml b/.github/workflows/web-server.yml index fc36848..2d94f96 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.8.61"] + axis-os: ["11.9.53"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/axevent/send_event/Dockerfile b/axevent/send_event/Dockerfile index b2249cb..da0ccd0 100644 --- a/axevent/send_event/Dockerfile +++ b/axevent/send_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/send_event/app/manifest.json b/axevent/send_event/app/manifest.json index 059f5a7..b84d242 100644 --- a/axevent/send_event/app/manifest.json +++ b/axevent/send_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "send_event", diff --git a/axevent/subscribe_to_event/Dockerfile b/axevent/subscribe_to_event/Dockerfile index b2249cb..da0ccd0 100644 --- a/axevent/subscribe_to_event/Dockerfile +++ b/axevent/subscribe_to_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_event/app/manifest.json b/axevent/subscribe_to_event/app/manifest.json index 9ba36b1..824307c 100644 --- a/axevent/subscribe_to_event/app/manifest.json +++ b/axevent/subscribe_to_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_event", diff --git a/axevent/subscribe_to_events/Dockerfile b/axevent/subscribe_to_events/Dockerfile index 55a3977..93c4352 100644 --- a/axevent/subscribe_to_events/Dockerfile +++ b/axevent/subscribe_to_events/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_events/app/manifest.json b/axevent/subscribe_to_events/app/manifest.json index b2fdce7..c0dd4a6 100644 --- a/axevent/subscribe_to_events/app/manifest.json +++ b/axevent/subscribe_to_events/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_events", diff --git a/axoverlay/Dockerfile b/axoverlay/Dockerfile index b2249cb..da0ccd0 100644 --- a/axoverlay/Dockerfile +++ b/axoverlay/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axoverlay/app/manifest.json b/axoverlay/app/manifest.json index 9e9e993..1e76104 100644 --- a/axoverlay/app/manifest.json +++ b/axoverlay/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "resources": { "dbus": { "requiredMethods": [ diff --git a/axparameter/Dockerfile b/axparameter/Dockerfile index fc2e8ac..da0ccd0 100644 --- a/axparameter/Dockerfile +++ b/axparameter/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13_rc2 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axparameter/app/manifest.json b/axparameter/app/manifest.json index c25bfce..8999aaa 100644 --- a/axparameter/app/manifest.json +++ b/axparameter/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "axparameter", diff --git a/axserialport/Dockerfile b/axserialport/Dockerfile index 9c2a3b2..c1a4f3a 100644 --- a/axserialport/Dockerfile +++ b/axserialport/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axserialport/app/manifest.json b/axserialport/app/manifest.json index e77ffcf..ee1080d 100644 --- a/axserialport/app/manifest.json +++ b/axserialport/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "resources": { "linux": { "user": { diff --git a/axstorage/Dockerfile b/axstorage/Dockerfile index 9c2a3b2..c1a4f3a 100644 --- a/axstorage/Dockerfile +++ b/axstorage/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axstorage/app/manifest.json b/axstorage/app/manifest.json index fd9f2d9..675c15c 100644 --- a/axstorage/app/manifest.json +++ b/axstorage/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "resources": { "linux": { "user": { diff --git a/container-example/Dockerfile b/container-example/Dockerfile index 7eefc53..0e42ecd 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp diff --git a/container-example/manifest.json b/container-example/manifest.json index 654f237..44dd719 100644 --- a/container-example/manifest.json +++ b/container-example/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "containerExample", diff --git a/hello-world/Dockerfile b/hello-world/Dockerfile index 65cb4ff..d95e77d 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/hello-world/app/manifest.json b/hello-world/app/manifest.json index 0ae84e0..92a915b 100644 --- a/hello-world/app/manifest.json +++ b/hello-world/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "hello_world", diff --git a/licensekey/Dockerfile b/licensekey/Dockerfile index b2249cb..da0ccd0 100644 --- a/licensekey/Dockerfile +++ b/licensekey/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/licensekey/app/manifest.json b/licensekey/app/manifest.json index b2ac1b3..a1db305 100644 --- a/licensekey/app/manifest.json +++ b/licensekey/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "licensekey_handler", diff --git a/metadata-broker/consume-analytics-scene-description/Dockerfile b/metadata-broker/consume-analytics-scene-description/Dockerfile index 4806298..ec26eb2 100644 --- a/metadata-broker/consume-analytics-scene-description/Dockerfile +++ b/metadata-broker/consume-analytics-scene-description/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH= -ARG VERSION=1.13_rc2 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/metadata-broker/consume-analytics-scene-description/app/manifest.json b/metadata-broker/consume-analytics-scene-description/app/manifest.json index daea2c2..49009c5 100644 --- a/metadata-broker/consume-analytics-scene-description/app/manifest.json +++ b/metadata-broker/consume-analytics-scene-description/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "consume_analytics_metadata", diff --git a/object-detection-cv25/Dockerfile b/object-detection-cv25/Dockerfile index 64f37e6..176e495 100644 --- a/object-detection-cv25/Dockerfile +++ b/object-detection-cv25/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=aarch64 -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection-cv25/app/manifest.json.cv25 b/object-detection-cv25/app/manifest.json.cv25 index e7191ea..61db8b9 100644 --- a/object-detection-cv25/app/manifest.json.cv25 +++ b/object-detection-cv25/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cv25", diff --git a/object-detection/Dockerfile b/object-detection/Dockerfile index ec8b188..b67540c 100644 --- a/object-detection/Dockerfile +++ b/object-detection/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection/app/manifest.json.artpec8 b/object-detection/app/manifest.json.artpec8 index be04dbe..c7699f8 100644 --- a/object-detection/app/manifest.json.artpec8 +++ b/object-detection/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_artpec8", diff --git a/object-detection/app/manifest.json.cpu b/object-detection/app/manifest.json.cpu index c80955b..07f84d6 100644 --- a/object-detection/app/manifest.json.cpu +++ b/object-detection/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cpu", diff --git a/object-detection/app/manifest.json.edgetpu b/object-detection/app/manifest.json.edgetpu index 661fa60..868f658 100644 --- a/object-detection/app/manifest.json.edgetpu +++ b/object-detection/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_edgetpu", diff --git a/reproducible-package/Dockerfile b/reproducible-package/Dockerfile index ca86659..9744366 100644 --- a/reproducible-package/Dockerfile +++ b/reproducible-package/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/reproducible-package/app/manifest.json b/reproducible-package/app/manifest.json index f34be2f..01dad9d 100644 --- a/reproducible-package/app/manifest.json +++ b/reproducible-package/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "reproducible_package", diff --git a/shell-script-example/Dockerfile b/shell-script-example/Dockerfile index 65cb4ff..d95e77d 100644 --- a/shell-script-example/Dockerfile +++ b/shell-script-example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/shell-script-example/app/manifest.json b/shell-script-example/app/manifest.json index 8cd3dda..16de7e0 100644 --- a/shell-script-example/app/manifest.json +++ b/shell-script-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "shell_script_example", diff --git a/using-opencv/Dockerfile b/using-opencv/Dockerfile index f703f6c..e7d2064 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.12 +ARG VERSION=1.13 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/using-opencv/app/manifest.json b/using-opencv/app/manifest.json index 66da3f2..33a9644 100644 --- a/using-opencv/app/manifest.json +++ b/using-opencv/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "opencv_example", diff --git a/utility-libraries/custom_lib_example/Dockerfile b/utility-libraries/custom_lib_example/Dockerfile index 7375446..a0177c1 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.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/utility-libraries/custom_lib_example/app/manifest.json b/utility-libraries/custom_lib_example/app/manifest.json index 6a1dcbe..0e8aba7 100644 --- a/utility-libraries/custom_lib_example/app/manifest.json +++ b/utility-libraries/custom_lib_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "customlib_example", diff --git a/utility-libraries/openssl_curl_example/Dockerfile b/utility-libraries/openssl_curl_example/Dockerfile index 8ed3d2c..be52ef4 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.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/utility-libraries/openssl_curl_example/app/manifest.json b/utility-libraries/openssl_curl_example/app/manifest.json index 01943a5..c35147b 100644 --- a/utility-libraries/openssl_curl_example/app/manifest.json +++ b/utility-libraries/openssl_curl_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "openssl_curl_example", diff --git a/vapix/Dockerfile b/vapix/Dockerfile index d3592ef..898b6f1 100644 --- a/vapix/Dockerfile +++ b/vapix/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vapix/app/manifest.json b/vapix/app/manifest.json index fd86ea9..3448501 100644 --- a/vapix/app/manifest.json +++ b/vapix/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "vapix_example", diff --git a/vdo-larod/Dockerfile b/vdo-larod/Dockerfile index 1476d37..cdcb39d 100644 --- a/vdo-larod/Dockerfile +++ b/vdo-larod/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-larod/app/manifest.json.artpec8 b/vdo-larod/app/manifest.json.artpec8 index a6a4d5c..9568c03 100644 --- a/vdo-larod/app/manifest.json.artpec8 +++ b/vdo-larod/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_artpec8", diff --git a/vdo-larod/app/manifest.json.cpu b/vdo-larod/app/manifest.json.cpu index cf48f09..87cac11 100644 --- a/vdo-larod/app/manifest.json.cpu +++ b/vdo-larod/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cpu", diff --git a/vdo-larod/app/manifest.json.cv25 b/vdo-larod/app/manifest.json.cv25 index 306159a..9c82a3e 100644 --- a/vdo-larod/app/manifest.json.cv25 +++ b/vdo-larod/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cv25", diff --git a/vdo-larod/app/manifest.json.edgetpu b/vdo-larod/app/manifest.json.edgetpu index 13dab46..8b68f33 100644 --- a/vdo-larod/app/manifest.json.edgetpu +++ b/vdo-larod/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_edgetpu", diff --git a/vdo-opencl-filtering/Dockerfile b/vdo-opencl-filtering/Dockerfile index 0e936ef..85f6f98 100644 --- a/vdo-opencl-filtering/Dockerfile +++ b/vdo-opencl-filtering/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-opencl-filtering/app/manifest.json b/vdo-opencl-filtering/app/manifest.json index 0027df0..df71623 100644 --- a/vdo-opencl-filtering/app/manifest.json +++ b/vdo-opencl-filtering/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_cl_filter_demo", diff --git a/vdostream/Dockerfile b/vdostream/Dockerfile index d96fc02..04155dc 100644 --- a/vdostream/Dockerfile +++ b/vdostream/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.12 +ARG VERSION=1.13 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdostream/app/manifest.json.h264 b/vdostream/app/manifest.json.h264 index 6a48dba..453954f 100644 --- a/vdostream/app/manifest.json.h264 +++ b/vdostream/app/manifest.json.h264 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h264", diff --git a/vdostream/app/manifest.json.h265 b/vdostream/app/manifest.json.h265 index 56be453..71b247b 100644 --- a/vdostream/app/manifest.json.h265 +++ b/vdostream/app/manifest.json.h265 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h265", diff --git a/vdostream/app/manifest.json.jpeg b/vdostream/app/manifest.json.jpeg index afc9834..f913d92 100644 --- a/vdostream/app/manifest.json.jpeg +++ b/vdostream/app/manifest.json.jpeg @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_jpeg", diff --git a/vdostream/app/manifest.json.nv12 b/vdostream/app/manifest.json.nv12 index d94eace..f1fea76 100644 --- a/vdostream/app/manifest.json.nv12 +++ b/vdostream/app/manifest.json.nv12 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_nv12", diff --git a/vdostream/app/manifest.json.y800 b/vdostream/app/manifest.json.y800 index f7a6037..94097c8 100644 --- a/vdostream/app/manifest.json.y800 +++ b/vdostream/app/manifest.json.y800 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_y800", diff --git a/web-server-using-fastcgi/Dockerfile b/web-server-using-fastcgi/Dockerfile index 68c6ca3..dd9a4e2 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.12 +ARG VERSION=1.13 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server-using-fastcgi/app/manifest.json b/web-server-using-fastcgi/app/manifest.json index 70a683a..34fa689 100644 --- a/web-server-using-fastcgi/app/manifest.json +++ b/web-server-using-fastcgi/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "friendlyName": "fastcgi_example", diff --git a/web-server/Dockerfile b/web-server/Dockerfile index 617f355..0958537 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.12 +ARG VERSION=1.13 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server/app/manifest.json b/web-server/app/manifest.json index bc0338a..bba84cf 100644 --- a/web-server/app/manifest.json +++ b/web-server/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.5.0", + "schemaVersion": "1.6.0", "acapPackageConf": { "setup": { "appName": "list",