| title | vastde builders |
|---|---|
| description | View and select VAST DataEngine builder images |
View and select VAST DataEngine builder images
View and select VAST DataEngine builder images from Docker Hub.
This command group provides tools to list, view, and configure builder images used for building DataEngine functions. Builder images contain the necessary tools and dependencies for compiling and packaging your serverless functions.
The builder image configuration is stored in your CLI configuration file and is used by the build process to determine which container image to use when building your DataEngine functions.
# List available builder images
vastde builders list
# Inspect details about a specific builder image tag
vastde builders inspect v1.0.60ee8cc7.vast-5.4
# Set the builder image to use
vastde builders set v1.0.60ee8cc7.vast-5.4
# View current builder configuration
vastde builders inspect- inspect - Inspect detailed information about a builder image tag
- list - List available vast-builder images from Docker Hub
- set - Set the builder image URL
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run |
bool | Simulate the operation without making actual changes to the system | |
-o, --output |
string | Output format: json, yaml, human |
human |
--silent |
bool | Suppress UI outputs, such as spinner and success messages | |
-v, --verbose |
int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | 0 |
- vastde - VAST DataEngine CLI