Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
* Update SDK_VERSION to 1.7
* Update UBUNTU_VERSION to 22.04
  • Loading branch information
ecosvc-dockerhub authored and pataxis committed Feb 24, 2023
1 parent 56cdb0a commit 740f035
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hello-world-cross-compiled/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.6
ARG SDK_VERSION=1.7
ARG UBUNTU_VERSION=22.04

FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf
Expand Down
2 changes: 1 addition & 1 deletion hello-world/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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
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.6
ARG SDK_VERSION=1.7
ARG UBUNTU_VERSION=22.04

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

0 comments on commit 740f035

Please sign in to comment.