GET api /container-images expecting list of images in container_images , instead it's in parameters dict #1780
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe the bug
Expecting list of images in container_images , instead it's in parameters dict
{
"container_images": [],
"parameters": {
"cuda_version": "11.1",
"image_name": null,
"library_name": "/lib64/ld-2.28.so",
"os_name": "ubi",
"os_version": "9",
"package_name": "tensorflow",
"page": 0,
"per_page": 25,
"python_version": "3.9",
"rpm_package_name": "ghc-srpm-macros-1.4.2-7.el8.noarch",
"symbol": "GLIBC_2.2.5"
}
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
API should list of images in container_images dict
The text was updated successfully, but these errors were encountered: