Skip to content

Commit 4cfe44a

Browse files
committed
LCORE-311: Update readme
1 parent eaa27fb commit 4cfe44a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,17 @@ help Show this help screen
139139

140140
## Running Linux container image
141141

142-
Container image is built every time a new pull request is merged to main branch. Currently there are tags `latest` and `main` pointing to the latest image.
142+
Stable release images are tagged with versions like `0.1.0`. Tag `latest` always points to latest stable release.
143+
144+
Development images are build from main branch every time a new pull request is merged. Image tags for dev images use
145+
the template `dev-YYYYMMMDDD-SHORT_SHA` e.g. `dev-20250704-eaa27fb`.
146+
147+
Tag `dev-latest` always points to the latest dev image built from latest git.
143148

144149
To pull and run the image with own configuration:
145150

146-
1. `podman pull quay.io/lightspeed-core/lightspeed-stack:latest`
147-
1. `podman run -it -p 8080:8080 -v my-lightspeed-stack-config.yaml:/app-root/lightspeed-stack.yaml:Z quay.io/lightspeed-core/lightspeed-stack:latest`
151+
1. `podman pull quay.io/lightspeed-core/lightspeed-stack:IMAGE_TAG`
152+
1. `podman run -it -p 8080:8080 -v my-lightspeed-stack-config.yaml:/app-root/lightspeed-stack.yaml:Z quay.io/lightspeed-core/lightspeed-stack:IMAGE_TAG`
148153
1. Open `localhost:8080` in your browser
149154

150155
If a connection in your browser does not work please check that in the config file `host` option looks like: `host: 0.0.0.0`.

0 commit comments

Comments
 (0)