Skip to content

Commit f1a4abe

Browse files
committed
version update in docs
1 parent 9a4ba61 commit f1a4abe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nornicdb/docs/ai-agents/chat-modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run -d \
3232
-p 7687:7687 \
3333
-v nornicdb-data:/data \
3434
--name nornicdb \
35-
timothyswt/nornicdb-arm64-metal:0.1.3
35+
timothyswt/nornicdb-arm64-metal:v1.0.0
3636
```
3737

3838
**Option B: Docker Compose**
@@ -41,7 +41,7 @@ docker run -d \
4141
# docker-compose.yml
4242
services:
4343
nornicdb:
44-
image: timothyswt/nornicdb-arm64-metal:0.1.3
44+
image: timothyswt/nornicdb-arm64-metal:v1.0.0
4545
ports:
4646
- "7474:7474"
4747
- "7687:7687"

nornicdb/docs/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ go build -o nornicdb ./cmd/nornicdb
2828

2929
```bash
3030
# Pull the image (ARM64/Apple Silicon)
31-
docker pull timothyswt/nornicdb-arm64-metal:0.1.3
31+
docker pull timothyswt/nornicdb-arm64-metal:v1.0.0
3232

3333
# Or use latest
3434
docker pull timothyswt/nornicdb-arm64-metal:latest
@@ -39,14 +39,14 @@ docker run -d \
3939
-p 7474:7474 \
4040
-p 7687:7687 \
4141
-v nornicdb-data:/data \
42-
timothyswt/nornicdb-arm64-metal:0.1.3
42+
timothyswt/nornicdb-arm64-metal:v1.0.0
4343

4444
# Verify it's running
4545
curl http://localhost:7474/health
4646
```
4747

4848
**Available Tags:**
49-
- `timothyswt/nornicdb-arm64-metal:0.1.3` - Current stable release
49+
- `timothyswt/nornicdb-arm64-metal:v1.0.0` - Current stable release
5050
- `timothyswt/nornicdb-arm64-metal:latest` - Latest build
5151

5252
### Option 3: Go Package

0 commit comments

Comments
 (0)