SHOW IMAGES IN IMAGE REPOSITORY¶
列出 镜像仓库 中的镜像。
语法¶
SHOW IMAGES IN IMAGE REPOSITORY <name>
参数¶
name
镜像仓库的名称。
访问控制要求¶
权限 |
对象 |
备注 |
---|---|---|
USAGE |
镜像仓库 |
有关创建具有指定权限集的自定义角色的说明,请参阅 创建自定义角色。
输出¶
命令输出提供以下列:
列 |
描述 |
---|---|
|
将镜像上传到镜像仓库的日期和时间。 |
|
镜像名称 |
|
镜像标签 |
|
镜像的 SHA256 摘要 |
|
镜像路径 ( |
示例¶
列出 tutorial_repository
镜像仓库中的镜像。
SHOW IMAGES IN IMAGE REPOSITORY tutorial_db.data_schema.tutorial_repository;
+-------------------------------+-----------------------+--------+-------------------------------------------------------------------------+--------------------------------------------------------------------------+
| created_on | image_name | tags | digest | image_path |
|-------------------------------+-----------------------+--------+-------------------------------------------------------------------------+--------------------------------------------------------------------------|
| 2024-04-18 13:51:35.000 -0700 | my_echo_service_image | latest | sha256:70421668b2635b2996c6d5bc80627cf6d98c0716948b5f60d198d6411d4b4681 | tutorial_db/data_schema/tutorial_repository/my_echo_service_image:latest |
+-------------------------------+-----------------------+--------+-------------------------------------------------------------------------+--------------------------------------------------------------------------+