llama-stack-mirror/containers
Roy Belio 68d39bb2a7 fix: remove distribution-specific logic from Containerfile
The Containerfile should be generic and not contain conditionals tied to
specific distributions. Instead, users specify which config to use via
command-line arguments.

Changes:
- Removed ENABLE_POSTGRES_STORE conditional from entrypoint
- Updated docs to show proper usage: passing config as argument
  Example: llama stack run starter::run-with-postgres-store.yaml
- Maintains generic, reusable container entrypoint

This follows the principle of separation of concerns - the container
provides the runtime, while the user specifies the configuration.
2025-11-05 19:10:58 +02:00
..
Containerfile fix: remove distribution-specific logic from Containerfile 2025-11-05 19:10:58 +02:00