From d8c0688b32ed8fdfd001c51882fe6f829ccc985d Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 16 Oct 2024 11:18:40 +0900 Subject: [PATCH] README: Point to 'main' image tag instead of 'latest' In the installation instructions, point to the 'main' image tag, which is built from the 'main' branch, instead of the 'latest' tag which may not necessarily point to the latest build in the 'main' branch. Signed-off-by: Stephanos Ioannidis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ded11f..7b810a3 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ DockerHub (`docker.io`). ``` docker run -ti -v $HOME/Work/zephyrproject:/workdir \ - ghcr.io/zephyrproject-rtos/zephyr-build:latest + ghcr.io/zephyrproject-rtos/zephyr-build:main ``` **DockerHub (`docker.io`)** ``` docker run -ti -v $HOME/Work/zephyrproject:/workdir \ - docker.io/zephyrprojectrtos/zephyr-build:latest + docker.io/zephyrprojectrtos/zephyr-build:main ``` #### Building Developer Docker Image