edbctl image v1.3
This command helps managing the images for Hybrid Manager (HM). With this command, you can sync or list container images from EDB's repository to a local registry and manage artifacts for internet-disconnected OpenShift environments.
Commands
edbctl image command has following options:
- edbctl image list-image-tags — Displays a list of all the available images for provisioning.
- edbctl image sync-to-local-registry — Syncs container images from EDB Repos 2.0 to a local registry.
edbctl image list-image-tags
Retrieves and displays a list of all available image tags used for provisioning. The output includes detailed metadata for each image tag, such as:
- Image tag ID
- Name
- SHA
- Version
- Compressed size
- Architecture
- Creation time
- Ingestion time
- Location
- Associated tags
edbctl image list-image-tags [options]
Where options are:
--location-id string Location ID (required). Specify the location ID to filter images.
--pg-type string Filter images by Postgres type. Examples: 'epas', 'postgres', 'pgextended'.
--major-version string Filter images by major version. Examples: '17', '16'.
--pg-architectures string Filter images by cluster architectures. Examples: 'pgd', 'aha', 'psr', 'analytics'.
-c, --credential string The credential that you created via the `credential create` command. The default is fetched from `context_credential`.
-o, --output string [table json yaml xml json-raw] (default "table")
-h, --help Help for list-image-tags.This example shows how to list the image:
edbctl image list-image-tags --location-id "managed-devspatcher"
edbctl image sync-to-local-registry
Syncs container images from EDB Repos 2.0 to a local registry for managing a local HM installation.
edbctl image sync-to-local-registry [options]
Where options are: