ogRepo new endpoints. Export/Import image
testing/ogcore-api/pipeline/head This commit looks good Details

pull/20/head
Manuel Aranda Rosales 2025-02-03 10:54:00 +01:00
parent 3c7fa26e32
commit 627bf75468
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ImportAction extends AbstractOgRepositoryController
$params = [
'json' => [
'image' => $image->getName(),
'image' => $image->getName().'.img',
'repo_ip' => $repository->getIp(),
'user' => 'opengnsys',
]