export const getContainerManifestLists = params => get({
  type: API_OPERATIONS.GET,
  key: CONTAINER_MANIFEST_LIST_CONTENT,
  url: api.getApiUrl('/docker_manifest_lists'),
  params,