We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50425e commit 170b7e0Copy full SHA for 170b7e0
1 file changed
docs/okp_guide.md
@@ -47,7 +47,7 @@ OKP (Offline Knowledge Portal) provides a Solr-backed RAG source that Lightspeed
47
Start the OKP RAG service with Podman:
48
49
```bash
50
-podman run --rm -d -p 8983:8080 images.paas.redhat.com/offline-kbase/rhokp-rag:mar-9-2026
+podman run --rm -d -p 8983:8080 registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
51
```
52
53
> **Note:** Remove `-d` to run in the foreground.
0 commit comments