Skip to content

Commit

Permalink
Update SDK VERSION to 1.2 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: ecosvc-dockerhub <[email protected]>
  • Loading branch information
ecosvc-dockerhub and ecosvc-dockerhub authored Apr 29, 2022
1 parent baee6ed commit 636f437
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hello-world-crosscompiled/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Specify the architecture at build time: mipsis32r2el/armv7hf/aarch64
ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
FROM arm64v8/ubuntu:20.04 as runtime-image-aarch64

Expand Down
2 changes: 1 addition & 1 deletion hello-world/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion minimal-ml-inference/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion object-detector-cpp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp


Expand Down
2 changes: 1 addition & 1 deletion object-detector-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion opencv-image-capture-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Currently, only armv7hf is supported
ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
FROM arm64v8/ubuntu:20.04 as runtime-image-aarch64
Expand Down
2 changes: 1 addition & 1 deletion opencv-qr-decoder-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
FROM arm64v8/ubuntu:20.04 as runtime-image-aarch64
Expand Down
2 changes: 1 addition & 1 deletion parameter-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp
ARG UBUNTU_IMAGE_VER=20.04

Expand Down
2 changes: 1 addition & 1 deletion pose-estimator-with-flask/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG SDK_VERSION=1.1
ARG SDK_VERSION=1.2
ARG REPO=axisecp

FROM arm32v7/ubuntu:20.04 as runtime-image-armv7hf
Expand Down

0 comments on commit 636f437

Please sign in to comment.