Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update of versions #173

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
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.11
ARG SDK_VERSION=1.12_rc1
ARG UBUNTU_VERSION=22.04

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