ai-services application image
The image command allows you to pull new container images and list the images required by the application template.
Note: Command supported for runtime podman only.
Available Commands
| Command | Description |
|---|---|
| list | List container images for a given application template |
| pull | Pulls all container images for a given application template |
Usage
ai-services application image [command] [flags]
Examples
ai-services application image list --template rag --runtime podman
ai-services application image list -t rag --runtime podman
ai-services application image pull -t rag --runtime podman
Flags
| Flag | Description |
|---|---|
--runtime string |
Container runtime
Supported parameters: openshift, podman (required) |
-t, --template string |
Template name to use (required) |
-h, --help |
Show help message |
--legacy |
Use legacy application image implementation |