Skip to content

Commit e07c834

Browse files
committed
Remove GraalVM requirement from JS plugin docs
1 parent 43dbccf commit e07c834

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/foundations/core-concepts.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ RESTHeart automatically discovers plugins at startup:
191191
3. Executes via the polyglot plugin
192192

193193
**Troubleshooting:** JavaScript plugins require:
194-
- GraalVM-based RESTHeart image (not standard image)
195194
- Valid `package.json` with plugin definition
196195
- `restheart-polyglot.jar` in `plugins/` directory
197196

docs/foundations/setup-with-docker.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,12 @@ RESTHeart Docker images come in four different versions:
313313
**For most users:** Use `latest` (the standard image)
314314

315315
**Choose a different tag if:**
316-
- You need JavaScript plugins → Use `latest-graalvm`
317-
- You need smallest image size → Use `latest-distroless`
318316
- You're deploying to Kubernetes → Use `latest-native`
319-
- You need a specific version → Use version tags like `8.1.5`
317+
- You need a specific version → Use version tags like `9.1.1`
320318

321319
==== Docker Tag Reference
322320
- Standard multi-arch (FROM softinstigate/graalvm)
323-
- native (FROM debian:12.6-slim)
321+
- native (FROM debian:<version>-slim)
324322

325323
These are example tags:
326324

0 commit comments

Comments
 (0)