docs(docker-builds.mdx): clarify dockerize images (#33350)

This commit is contained in:
Jonas DOREL
2025-05-06 00:31:33 +02:00
committed by GitHub
parent f045a73e2d
commit 99aa3a6507

View File

@@ -44,7 +44,7 @@ Here are the build presets that are exposed through the `supersetbot docker` uti
- `py311`, e.g., Py311: Similar to lean but with a different Python version (in this example, 3.11).
- `ci`: For certain CI workloads.
- `websocket`: For Superset clusters supporting advanced features.
- `dockerize`: Used by Helm.
- `dockerize`: Used by Helm in initContainers to wait for database dependencies to be available.
## Key tags examples