diff --git a/.github/workflows/axevent.yml b/.github/workflows/axevent.yml index 8b90906..15d8780 100644 --- a/.github/workflows/axevent.yml +++ b/.github/workflows/axevent.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axoverlay.yml b/.github/workflows/axoverlay.yml index 483c8fe..94c03dd 100644 --- a/.github/workflows/axoverlay.yml +++ b/.github/workflows/axoverlay.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axparameter.yml b/.github/workflows/axparameter.yml index 19126ac..118b545 100644 --- a/.github/workflows/axparameter.yml +++ b/.github/workflows/axparameter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axserialport.yml b/.github/workflows/axserialport.yml index a78517d..a6e08bc 100644 --- a/.github/workflows/axserialport.yml +++ b/.github/workflows/axserialport.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axstorage.yml b/.github/workflows/axstorage.yml index a1e57c0..c93d4a4 100644 --- a/.github/workflows/axstorage.yml +++ b/.github/workflows/axstorage.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/bounding-box.yml b/.github/workflows/bounding-box.yml index 035fb7f..bbb991f 100644 --- a/.github/workflows/bounding-box.yml +++ b/.github/workflows/bounding-box.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/container-example.yml b/.github/workflows/container-example.yml index d7f9471..c48fb6b 100644 --- a/.github/workflows/container-example.yml +++ b/.github/workflows/container-example.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 platformarch: "linux/arm64/v8" - axis-os: 12.0.89 + axis-os: 12.0.91 env: EXREPO: acap-native-examples EXNAME: container-example diff --git a/.github/workflows/curl-openssl.yml b/.github/workflows/curl-openssl.yml index 0131f05..8b9d80a 100644 --- a/.github/workflows/curl-openssl.yml +++ b/.github/workflows/curl-openssl.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 78244c4..38fe028 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/licensekey.yml b/.github/workflows/licensekey.yml index 0e1d69d..ef0c5da 100644 --- a/.github/workflows/licensekey.yml +++ b/.github/workflows/licensekey.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/message-broker.yml b/.github/workflows/message-broker.yml index d6f4b17..563c3ac 100644 --- a/.github/workflows/message-broker.yml +++ b/.github/workflows/message-broker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["12.0.93"] + axis-os: ["12.0.91"] 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 4c1274b..c862f34 100644 --- a/.github/workflows/object-detection-cv25.yml +++ b/.github/workflows/object-detection-cv25.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.11.70 + axis-os: 12.0.91 env: EXREPO: acap-native-examples EXNAME: object-detection-cv25 diff --git a/.github/workflows/object-detection.yml b/.github/workflows/object-detection.yml index 25fcddf..041fa94 100644 --- a/.github/workflows/object-detection.yml +++ b/.github/workflows/object-detection.yml @@ -15,13 +15,13 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.11.70 + axis-os: 12.0.91 - arch: armv7hf chip: edgetpu - axis-os: 11.11.70 + axis-os: 12.0.91 - arch: aarch64 chip: artpec8 - axis-os: 11.11.70 + axis-os: 12.0.91 env: EXREPO: acap-native-examples EXNAME: object-detection diff --git a/.github/workflows/remote-debug-example.yml b/.github/workflows/remote-debug-example.yml index 369fd77..9147e9e 100644 --- a/.github/workflows/remote-debug-example.yml +++ b/.github/workflows/remote-debug-example.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/shell-script-example.yml b/.github/workflows/shell-script-example.yml index acc8153..c928e88 100644 --- a/.github/workflows/shell-script-example.yml +++ b/.github/workflows/shell-script-example.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] 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 089a281..1676a05 100644 --- a/.github/workflows/tensorflow-to-larod-artpec8.yml +++ b/.github/workflows/tensorflow-to-larod-artpec8.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: artpec8 - axis-os: 11.11.70 + axis-os: 12.0.91 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 2a91f57..a4c961a 100644 --- a/.github/workflows/tensorflow-to-larod-cv25.yml +++ b/.github/workflows/tensorflow-to-larod-cv25.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.11.70 + axis-os: 12.0.91 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 29d9417..b2acdf9 100644 --- a/.github/workflows/tensorflow-to-larod.yml +++ b/.github/workflows/tensorflow-to-larod.yml @@ -15,7 +15,7 @@ jobs: include: - arch: armv7hf chip: edgetpu - axis-os: 11.11.70 + axis-os: 12.0.91 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod diff --git a/.github/workflows/using-opencv.yml b/.github/workflows/using-opencv.yml index 3310ffe..d2b4ed7 100644 --- a/.github/workflows/using-opencv.yml +++ b/.github/workflows/using-opencv.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/utility-libraries.yml b/.github/workflows/utility-libraries.yml index dcb915f..438d63b 100644 --- a/.github/workflows/utility-libraries.yml +++ b/.github/workflows/utility-libraries.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vapix.yml b/.github/workflows/vapix.yml index 83548c6..a6bfa3f 100644 --- a/.github/workflows/vapix.yml +++ b/.github/workflows/vapix.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vdo-larod.yml b/.github/workflows/vdo-larod.yml index 2a7a56e..3b8c0c6 100644 --- a/.github/workflows/vdo-larod.yml +++ b/.github/workflows/vdo-larod.yml @@ -15,16 +15,16 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.11.70 + axis-os: 12.0.91 - arch: armv7hf chip: edgetpu - axis-os: 11.11.70 + axis-os: 12.0.91 - arch: aarch64 chip: artpec8 - axis-os: 11.11.70 + axis-os: 12.0.91 - arch: aarch64 chip: cv25 - axis-os: 11.11.70 + axis-os: 12.0.91 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 b55db59..f7d02fe 100644 --- a/.github/workflows/vdo-opencl-filtering.yml +++ b/.github/workflows/vdo-opencl-filtering.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vdostream.yml b/.github/workflows/vdostream.yml index 2f5dac3..f91ab9e 100644 --- a/.github/workflows/vdostream.yml +++ b/.github/workflows/vdostream.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] 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 f62d391..6d62ac6 100644 --- a/.github/workflows/web-server-using-fastcgi.yml +++ b/.github/workflows/web-server-using-fastcgi.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/web-server.yml b/.github/workflows/web-server.yml index 5b568dc..b2a4cfc 100644 --- a/.github/workflows/web-server.yml +++ b/.github/workflows/web-server.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.11.70"] + axis-os: ["12.0.91"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/axevent/send_event/Dockerfile b/axevent/send_event/Dockerfile index 93570d8..4f1abae 100644 --- a/axevent/send_event/Dockerfile +++ b/axevent/send_event/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 129efca..d7acd15 100644 --- a/axevent/send_event/app/manifest.json +++ b/axevent/send_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "send_event", diff --git a/axevent/subscribe_to_event/Dockerfile b/axevent/subscribe_to_event/Dockerfile index 93570d8..4f1abae 100644 --- a/axevent/subscribe_to_event/Dockerfile +++ b/axevent/subscribe_to_event/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 7d51dbd..49cdcb8 100644 --- a/axevent/subscribe_to_event/app/manifest.json +++ b/axevent/subscribe_to_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_event", diff --git a/axevent/subscribe_to_events/Dockerfile b/axevent/subscribe_to_events/Dockerfile index 9b16f8a..fb1b9c9 100644 --- a/axevent/subscribe_to_events/Dockerfile +++ b/axevent/subscribe_to_events/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 4226f9e..62e2a99 100644 --- a/axevent/subscribe_to_events/app/manifest.json +++ b/axevent/subscribe_to_events/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_events", diff --git a/axoverlay/Dockerfile b/axoverlay/Dockerfile index 93570d8..4f1abae 100644 --- a/axoverlay/Dockerfile +++ b/axoverlay/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axoverlay/app/manifest.json b/axoverlay/app/manifest.json index 78ce822..628fcc1 100644 --- a/axoverlay/app/manifest.json +++ b/axoverlay/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "resources": { "dbus": { "requiredMethods": [ diff --git a/axparameter/Dockerfile b/axparameter/Dockerfile index 93570d8..4f1abae 100644 --- a/axparameter/Dockerfile +++ b/axparameter/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axparameter/app/manifest.json b/axparameter/app/manifest.json index e79445e..bc9e4a0 100644 --- a/axparameter/app/manifest.json +++ b/axparameter/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "axparameter", diff --git a/axserialport/Dockerfile b/axserialport/Dockerfile index 657ea0d..cfe7abe 100644 --- a/axserialport/Dockerfile +++ b/axserialport/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axserialport/app/manifest.json b/axserialport/app/manifest.json index ac55afd..39abb16 100644 --- a/axserialport/app/manifest.json +++ b/axserialport/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "resources": { "linux": { "user": { diff --git a/axstorage/Dockerfile b/axstorage/Dockerfile index 657ea0d..cfe7abe 100644 --- a/axstorage/Dockerfile +++ b/axstorage/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axstorage/app/manifest.json b/axstorage/app/manifest.json index 58187d3..8ccbb99 100644 --- a/axstorage/app/manifest.json +++ b/axstorage/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "resources": { "linux": { "user": { diff --git a/bounding-box/Dockerfile b/bounding-box/Dockerfile index 93570d8..4f1abae 100644 --- a/bounding-box/Dockerfile +++ b/bounding-box/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/bounding-box/app/manifest.json b/bounding-box/app/manifest.json index 39fceee..fabf497 100644 --- a/bounding-box/app/manifest.json +++ b/bounding-box/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "resources": { "dbus": { "requiredMethods": [ diff --git a/container-example/Dockerfile b/container-example/Dockerfile index 93310c3..b563b90 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1 ARG ARCH=aarch64 -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp FROM ${REPO}/acap-native-sdk:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/container-example/manifest.json b/container-example/manifest.json index 5bf9863..deccc83 100644 --- a/container-example/manifest.json +++ b/container-example/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "containerExample", diff --git a/curl-openssl/Dockerfile b/curl-openssl/Dockerfile index 112b9f1..e3dd378 100644 --- a/curl-openssl/Dockerfile +++ b/curl-openssl/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/curl-openssl/app/manifest.json b/curl-openssl/app/manifest.json index 246d855..3e4a586 100644 --- a/curl-openssl/app/manifest.json +++ b/curl-openssl/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "curl_openssl", diff --git a/hello-world/Dockerfile b/hello-world/Dockerfile index 22ca173..ea23e13 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/hello-world/app/manifest.json b/hello-world/app/manifest.json index 7ea884d..460997c 100644 --- a/hello-world/app/manifest.json +++ b/hello-world/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "hello_world", diff --git a/licensekey/Dockerfile b/licensekey/Dockerfile index 93570d8..4f1abae 100644 --- a/licensekey/Dockerfile +++ b/licensekey/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/licensekey/app/manifest.json b/licensekey/app/manifest.json index 257ce64..653fde3 100644 --- a/licensekey/app/manifest.json +++ b/licensekey/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "licensekey_handler", diff --git a/message-broker/consume-scene-metadata/Dockerfile b/message-broker/consume-scene-metadata/Dockerfile index baf91bd..d7965f4 100644 --- a/message-broker/consume-scene-metadata/Dockerfile +++ b/message-broker/consume-scene-metadata/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH= -ARG VERSION=12.0.0-rc.1 +ARG VERSION=12.0.0 ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/message-broker/consume-scene-metadata/app/manifest.json b/message-broker/consume-scene-metadata/app/manifest.json index f00e8aa..1276144 100644 --- a/message-broker/consume-scene-metadata/app/manifest.json +++ b/message-broker/consume-scene-metadata/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "consume_scene_metadata", diff --git a/object-detection-cv25/Dockerfile b/object-detection-cv25/Dockerfile index 88d8903..d37a8f2 100644 --- a/object-detection-cv25/Dockerfile +++ b/object-detection-cv25/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=aarch64 -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 ecd494f..04d7add 100644 --- a/object-detection-cv25/app/manifest.json.cv25 +++ b/object-detection-cv25/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cv25", diff --git a/object-detection/Dockerfile b/object-detection/Dockerfile index d9cd1c0..45e4909 100644 --- a/object-detection/Dockerfile +++ b/object-detection/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 5ca7c82..2e3600a 100644 --- a/object-detection/app/manifest.json.artpec8 +++ b/object-detection/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "object_detection_artpec8", diff --git a/object-detection/app/manifest.json.cpu b/object-detection/app/manifest.json.cpu index 8cce8eb..ce075fe 100644 --- a/object-detection/app/manifest.json.cpu +++ b/object-detection/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cpu", diff --git a/object-detection/app/manifest.json.edgetpu b/object-detection/app/manifest.json.edgetpu index 97e662c..b828e1a 100644 --- a/object-detection/app/manifest.json.edgetpu +++ b/object-detection/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "object_detection_edgetpu", diff --git a/remote-debug-example/Dockerfile b/remote-debug-example/Dockerfile index b8a12fe..654c6f1 100644 --- a/remote-debug-example/Dockerfile +++ b/remote-debug-example/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/remote-debug-example/app/manifest.json b/remote-debug-example/app/manifest.json index d580cc6..c943056 100644 --- a/remote-debug-example/app/manifest.json +++ b/remote-debug-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "remote_debug", diff --git a/reproducible-package/Dockerfile b/reproducible-package/Dockerfile index e557b09..f6f502d 100644 --- a/reproducible-package/Dockerfile +++ b/reproducible-package/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/reproducible-package/app/manifest.json b/reproducible-package/app/manifest.json index 37b606e..59b603c 100644 --- a/reproducible-package/app/manifest.json +++ b/reproducible-package/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "reproducible_package", diff --git a/shell-script-example/Dockerfile b/shell-script-example/Dockerfile index 22ca173..ea23e13 100644 --- a/shell-script-example/Dockerfile +++ b/shell-script-example/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 35f5be1..46073d3 100644 --- a/shell-script-example/app/manifest.json +++ b/shell-script-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "shell_script_example", diff --git a/using-opencv/Dockerfile b/using-opencv/Dockerfile index a36cc87..f62ff7e 100644 --- a/using-opencv/Dockerfile +++ b/using-opencv/Dockerfile @@ -1,8 +1,8 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk -ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.15 +ARG UBUNTU_VERSION=24.04 +ARG VERSION=12.0.0 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/using-opencv/app/manifest.json b/using-opencv/app/manifest.json index 6302fa2..ba1909b 100644 --- a/using-opencv/app/manifest.json +++ b/using-opencv/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "opencv_example", diff --git a/utility-libraries/custom_lib_example/Dockerfile b/utility-libraries/custom_lib_example/Dockerfile index 5013a9a..6a90ae5 100644 --- a/utility-libraries/custom_lib_example/Dockerfile +++ b/utility-libraries/custom_lib_example/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 9ace66f..a054688 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.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "customlib_example", diff --git a/utility-libraries/openssl_curl_example/Dockerfile b/utility-libraries/openssl_curl_example/Dockerfile index 26c3af7..969e44a 100644 --- a/utility-libraries/openssl_curl_example/Dockerfile +++ b/utility-libraries/openssl_curl_example/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 1e508d1..65201f9 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.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "openssl_curl_example", diff --git a/vapix/Dockerfile b/vapix/Dockerfile index d5f1ca8..9f61df0 100644 --- a/vapix/Dockerfile +++ b/vapix/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vapix/app/manifest.json b/vapix/app/manifest.json index 21e626d..31fb5e4 100644 --- a/vapix/app/manifest.json +++ b/vapix/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "vapix_example", diff --git a/vdo-larod/Dockerfile b/vdo-larod/Dockerfile index f5a88f1..70fdf2d 100644 --- a/vdo-larod/Dockerfile +++ b/vdo-larod/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 d9604c0..6bb9c4e 100644 --- a/vdo-larod/app/manifest.json.artpec8 +++ b/vdo-larod/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_artpec8", diff --git a/vdo-larod/app/manifest.json.cpu b/vdo-larod/app/manifest.json.cpu index 2b377cd..0220057 100644 --- a/vdo-larod/app/manifest.json.cpu +++ b/vdo-larod/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cpu", diff --git a/vdo-larod/app/manifest.json.cv25 b/vdo-larod/app/manifest.json.cv25 index 23e7a51..ccad168 100644 --- a/vdo-larod/app/manifest.json.cv25 +++ b/vdo-larod/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cv25", diff --git a/vdo-larod/app/manifest.json.edgetpu b/vdo-larod/app/manifest.json.edgetpu index 3727a77..d8cd4a3 100644 --- a/vdo-larod/app/manifest.json.edgetpu +++ b/vdo-larod/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_edgetpu", diff --git a/vdo-opencl-filtering/Dockerfile b/vdo-opencl-filtering/Dockerfile index 94bdb2a..ab8c867 100644 --- a/vdo-opencl-filtering/Dockerfile +++ b/vdo-opencl-filtering/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.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 7b44400..6124e96 100644 --- a/vdo-opencl-filtering/app/manifest.json +++ b/vdo-opencl-filtering/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "resources": { "linux": { "user": { diff --git a/vdostream/Dockerfile b/vdostream/Dockerfile index 0949fc1..3aa6de4 100644 --- a/vdostream/Dockerfile +++ b/vdostream/Dockerfile @@ -1,6 +1,6 @@ ARG ARCH=armv7hf -ARG VERSION=1.15 -ARG UBUNTU_VERSION=22.04 +ARG VERSION=12.0.0 +ARG UBUNTU_VERSION=24.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdostream/app/manifest.json.h264 b/vdostream/app/manifest.json.h264 index f25e1c1..a74edde 100644 --- a/vdostream/app/manifest.json.h264 +++ b/vdostream/app/manifest.json.h264 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h264", diff --git a/vdostream/app/manifest.json.h265 b/vdostream/app/manifest.json.h265 index 96dec79..2c9e17f 100644 --- a/vdostream/app/manifest.json.h265 +++ b/vdostream/app/manifest.json.h265 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h265", diff --git a/vdostream/app/manifest.json.jpeg b/vdostream/app/manifest.json.jpeg index d8d6779..266f059 100644 --- a/vdostream/app/manifest.json.jpeg +++ b/vdostream/app/manifest.json.jpeg @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_jpeg", diff --git a/vdostream/app/manifest.json.nv12 b/vdostream/app/manifest.json.nv12 index 96c8f05..a87a040 100644 --- a/vdostream/app/manifest.json.nv12 +++ b/vdostream/app/manifest.json.nv12 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_nv12", diff --git a/vdostream/app/manifest.json.y800 b/vdostream/app/manifest.json.y800 index 415bc2b..d77ff1c 100644 --- a/vdostream/app/manifest.json.y800 +++ b/vdostream/app/manifest.json.y800 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_y800", diff --git a/web-server-using-fastcgi/Dockerfile b/web-server-using-fastcgi/Dockerfile index 61581ae..7784be4 100644 --- a/web-server-using-fastcgi/Dockerfile +++ b/web-server-using-fastcgi/Dockerfile @@ -1,8 +1,8 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk -ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.15 +ARG UBUNTU_VERSION=24.04 +ARG VERSION=12.0.0 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 d6a0d41..0172908 100644 --- a/web-server-using-fastcgi/app/manifest.json +++ b/web-server-using-fastcgi/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "friendlyName": "fastcgi_example", diff --git a/web-server/Dockerfile b/web-server/Dockerfile index 4cff5e1..81132db 100644 --- a/web-server/Dockerfile +++ b/web-server/Dockerfile @@ -1,8 +1,8 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk -ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.15 +ARG UBUNTU_VERSION=24.04 +ARG VERSION=12.0.0 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server/app/manifest.json b/web-server/app/manifest.json index 805643b..15622e0 100644 --- a/web-server/app/manifest.json +++ b/web-server/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.7.0", + "schemaVersion": "1.7.1", "acapPackageConf": { "setup": { "appName": "list",