Skip to content

Commit

Permalink
Update versions (#149)
Browse files Browse the repository at this point in the history
* Update SDK_VERSION to 1.9

Co-authored-by: ecosvc-dockerhub <[email protected]>
  • Loading branch information
pataxis and ecosvc-dockerhub authored Jun 26, 2023
1 parent e16dbd4 commit fb5ad86
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hello-world-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Specify the architecture at build time: mipsis32r2el/armv7hf/aarch64
ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion hello-world-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} 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
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} 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
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion object-detector-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} 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 @@ -5,7 +5,7 @@
# Currently, only armv7hf is supported
ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion opencv-qr-decoder-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion parameter-api-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion parameter-api-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion pose-estimator-with-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ARCH=armv7hf
ARG REPO=axisecp
ARG SDK_VERSION=1.8
ARG SDK_VERSION=1.9
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down

0 comments on commit fb5ad86

Please sign in to comment.