File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Repository and tag variables
2
2
ARG ARCH=aarch64
3
- ARG API_VERSION=4.15_rc1
4
- ARG TOOLCHAIN_VERSION=4.15_rc1
5
- ARG TOOLCHAINS_UBUNTU_VERSION=22 .04
6
- ARG SDK_UBUNTU_VERSION=22 .04
3
+ ARG API_VERSION=latest
4
+ ARG TOOLCHAIN_VERSION=latest
5
+ ARG TOOLCHAINS_UBUNTU_VERSION=24 .04
6
+ ARG SDK_UBUNTU_VERSION=24 .04
7
7
ARG REPO=axisecp
8
8
9
9
FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api
Original file line number Diff line number Diff line change 1
1
# Repository and tag variables
2
2
ARG ARCH=armv7hf
3
- ARG API_VERSION=4.15_rc1
4
- ARG TOOLCHAIN_VERSION=4.15_rc1
5
- ARG TOOLCHAINS_UBUNTU_VERSION=22 .04
6
- ARG SDK_UBUNTU_VERSION=22 .04
3
+ ARG API_VERSION=latest
4
+ ARG TOOLCHAIN_VERSION=latest
5
+ ARG TOOLCHAINS_UBUNTU_VERSION=24 .04
6
+ ARG SDK_UBUNTU_VERSION=24 .04
7
7
ARG REPO=axisecp
8
8
9
9
FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api
You can’t perform that action at this time.
0 commit comments