Skip to content

Commit 9837b75

Browse files
authored
Merge pull request #20 from mme-htkw/feature/compatibility-with-zephyr4.4
Feature/compatibility with zephyr4.4
2 parents b642b61 + a9bcd11 commit 9837b75

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

zephyr-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM debian:bookworm-slim
2+
FROM debian:trixie-slim
33

4-
ARG ZEPHYR_SDK_VERSION=1.0.0
4+
ARG ZEPHYR_SDK_VERSION=1.0.1
55
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
66

77
# OS dependencies and packages

zephyr-posix/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:1.7
2-
ARG ZEPHYR_SDK_VERSION=1.0.0
2+
ARG ZEPHYR_SDK_VERSION=1.0.1
33
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
44
ARG BASE_IMAGE="zephyr:base-${ZEPHYR_SDK_VERSION}SDK"
55

66
FROM ${BASE_IMAGE}
77

88
# OS dependencies and Zephyr SDK posix setup
99

10-
ARG ZEPHYR_SDK_VERSION=1.0.0
10+
ARG ZEPHYR_SDK_VERSION=1.0.1
1111
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
1212

1313
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \

zephyr/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
ARG ZEPHYR_SDK_VERSION=1.0.0
2+
ARG ZEPHYR_SDK_VERSION=1.0.1
33
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
44
ARG ZEPHYR_SDK_TOOLCHAINS="-t arm-zephyr-eabi"
55
ARG BASE_IMAGE="zephyr:base-${ZEPHYR_SDK_VERSION}SDK"
@@ -8,7 +8,7 @@ FROM ${BASE_IMAGE}
88

99
# Target architecture SDK
1010

11-
ARG ZEPHYR_SDK_VERSION=1.0.0
11+
ARG ZEPHYR_SDK_VERSION=1.0.1
1212
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
1313
ARG ZEPHYR_SDK_TOOLCHAINS="-t arm-zephyr-eabi"
1414

0 commit comments

Comments
 (0)