Skip to content

Commit

Permalink
README: Point to 'main' image tag instead of 'latest'
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephanosio committed Oct 17, 2024
1 parent eed93e7 commit d8c0688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8c0688

Please sign in to comment.