File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ RESTHeart automatically discovers plugins at startup:
1911913. 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
Original file line number Diff line number Diff 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
325323These are example tags:
326324
You can’t perform that action at this time.
0 commit comments