Skip to content

Commit 14b2c93

Browse files
Automatic update of versions
1 parent 168d654 commit 14b2c93

File tree

52 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+61
-61
lines changed

.github/workflows/axevent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/axoverlay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/axparameter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/axserialport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/axstorage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/bounding-box.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/container-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- arch: aarch64
1717
platformarch: "linux/arm64/v8"
18-
axis-os: 12.2.52
18+
axis-os: 12.3.56
1919
env:
2020
EXREPO: acap-native-examples
2121
EXNAME: container-example

.github/workflows/curl-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
axis-os: ["12.2.52"]
14+
axis-os: ["12.3.56"]
1515
arch: ["armv7hf", "aarch64"]
1616
env:
1717
EXREPO: acap-native-examples

.github/workflows/hello-world.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/licensekey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/message-broker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/object-detection-cv25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- arch: aarch64
1717
chip: cv25
18-
axis-os: 12.2.52
18+
axis-os: 12.3.56
1919
env:
2020
EXREPO: acap-native-examples
2121
EXNAME: object-detection-cv25

.github/workflows/object-detection-yolov5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
include:
1616
- arch: aarch64
1717
chip: cpu
18-
axis-os: 12.2.44
18+
axis-os: 12.3.56
1919
- arch: aarch64
2020
chip: artpec8
21-
axis-os: 12.2.44
21+
axis-os: 12.3.56
2222
- arch: aarch64
2323
chip: artpec9
24-
axis-os: 12.2.44
24+
axis-os: 12.3.56
2525
env:
2626
EXREPO: acap-native-examples
2727
EXNAME: object-detection-yolov5

.github/workflows/object-detection.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
include:
1616
- arch: armv7hf
1717
chip: cpu
18-
axis-os: 12.2.52
18+
axis-os: 12.3.56
1919
- arch: armv7hf
2020
chip: edgetpu
21-
axis-os: 12.2.52
21+
axis-os: 12.3.56
2222
- arch: aarch64
2323
chip: artpec8
24-
axis-os: 12.2.52
24+
axis-os: 12.3.56
2525
- arch: aarch64
2626
chip: artpec9
27-
axis-os: 12.2.52
27+
axis-os: 12.3.56
2828
env:
2929
EXREPO: acap-native-examples
3030
EXNAME: object-detection

.github/workflows/remote-debug-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
axis-os: ["12.2.52"]
17+
axis-os: ["12.3.56"]
1818
arch: ["armv7hf", "aarch64"]
1919
env:
2020
EXREPO: acap-native-examples

.github/workflows/shell-script-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/using-opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/utility-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/vapix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/vdo-larod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
include:
1616
- arch: armv7hf
1717
chip: cpu
18-
axis-os: 12.2.52
18+
axis-os: 12.3.56
1919
- arch: armv7hf
2020
chip: edgetpu
21-
axis-os: 12.2.52
21+
axis-os: 12.3.56
2222
- arch: aarch64
2323
chip: artpec8
24-
axis-os: 12.2.52
24+
axis-os: 12.3.56
2525
- arch: aarch64
2626
chip: artpec9
27-
axis-os: 12.2.52
27+
axis-os: 12.3.56
2828
- arch: aarch64
2929
chip: cv25
30-
axis-os: 12.2.52
30+
axis-os: 12.3.56
3131
env:
3232
EXREPO: acap-native-examples
3333
EXNAME: vdo-larod

.github/workflows/vdo-opencl-filtering.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/vdostream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
vdo-format: ["h264", "h265", "y800", "jpeg", "nv12"]
1818
env:

.github/workflows/web-server-using-fastcgi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

.github/workflows/web-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
axis-os: ["12.2.52"]
15+
axis-os: ["12.3.56"]
1616
arch: ["armv7hf", "aarch64"]
1717
env:
1818
EXREPO: acap-native-examples

axevent/send_event/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

axevent/subscribe_to_event/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

axevent/subscribe_to_events/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

axoverlay/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

axparameter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

axserialport/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG ARCH=armv7hf
4-
ARG VERSION=12.2.0
4+
ARG VERSION=12.3.0
55
ARG UBUNTU_VERSION=24.04
66
ARG REPO=axisecp
77
ARG SDK=acap-native-sdk

axstorage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG ARCH=armv7hf
4-
ARG VERSION=12.2.0
4+
ARG VERSION=12.3.0
55
ARG UBUNTU_VERSION=24.04
66
ARG REPO=axisecp
77
ARG SDK=acap-native-sdk

bounding-box/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

container-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG ARCH=aarch64
4-
ARG VERSION=12.2.0
4+
ARG VERSION=12.3.0
55
ARG UBUNTU_VERSION=24.04
66
ARG REPO=axisecp
77

curl-openssl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

hello-world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

licensekey/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

message-broker/consume-scene-metadata/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

object-detection-cv25/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=aarch64
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

object-detection-yolov5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=aarch64
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

object-detection/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

remote-debug-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

reproducible-package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

shell-script-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH=armv7hf
2-
ARG VERSION=12.2.0
2+
ARG VERSION=12.3.0
33
ARG UBUNTU_VERSION=24.04
44
ARG REPO=axisecp
55
ARG SDK=acap-native-sdk

using-opencv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG ARCH=armv7hf
22
ARG REPO=axisecp
33
ARG SDK=acap-native-sdk
44
ARG UBUNTU_VERSION=24.04
5-
ARG VERSION=12.2.0
5+
ARG VERSION=12.3.0
66

77
FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION}
88

0 commit comments

Comments
 (0)