Skip to content

Commit 0e60805

Browse files
committed
Dockerfile: Use latest tags
The helper images acap-api and acap-toolchain now have latest-ARCH tags that can be used to keep the Dockerfiles up to date. Reference: ECODEVT-1338
1 parent 8198653 commit 0e60805

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile.aarch64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Repository and tag variables
22
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
77
ARG REPO=axisecp
88

99
FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api

Dockerfile.armv7hf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Repository and tag variables
22
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
77
ARG REPO=axisecp
88

99
FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api

0 commit comments

Comments
 (0)