Skip to content

Commit 46e3193

Browse files
committed
Update documentation for image tags
- Remove redundant 'stable' tag from all image READMEs - Keep only: latest, version-specific, and SHA tags - Update tag tables in ESP-IDF, ESP-Matter, and PlatformIO READMEs - Simplify tag strategy for better clarity
1 parent 86f6d90 commit 46e3193

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

images/esp-idf/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This image extends the official Espressif ESP-IDF image with additional tools fo
3636
| Tag Type | Example | Usage |
3737
|----------|---------|-------|
3838
| **Latest** | `latest` | Always points to newest build (floating) |
39-
| **Stable** | `stable` | Same as latest (semantic preference) |
4039
| **Version** | `idf-v<version>` | Pin to specific ESP-IDF base version (recommended for CI/CD) |
4140
| **Commit** | `sha-<commit>` | Pin to exact git commit (debugging) |
4241

images/esp-matter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Host tools (chip-tool, chip-cert, ZAP) are **NOT included** in this image to kee
4343
| Tag Type | Example | Usage |
4444
|----------|---------|-------|
4545
| **Latest** | `latest` | Always points to newest build (floating) |
46-
| **Stable** | `stable` | Same as latest (semantic preference) |
4746
| **Version** | `idf-v<idf-ver>-matter-v<matter-ver>` | Pin to specific IDF + Matter combination (recommended for CI/CD) |
4847
| **Commit** | `sha-<commit>` | Pin to exact git commit (debugging) |
4948

images/platformio/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This image provides a ready-to-use PlatformIO environment with ESP32 platform su
3636
| Tag Type | Example | Usage |
3737
|----------|---------|-------|
3838
| **Latest** | `latest` | Always points to newest build (floating) |
39-
| **Stable** | `stable` | Same as latest (semantic preference) |
4039
| **Version** | `pio-v<version>` | Pin to specific PlatformIO version (recommended for CI/CD) |
4140
| **Commit** | `sha-<commit>` | Pin to exact git commit (debugging) |
4241

0 commit comments

Comments
 (0)