Actions
Bug #35247
closed[RFE] Allow to export Docker images from content views or as repository as part ISS
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Docker images can not be exported from satellite either as repository or as part of CV to be used in disconnected satellite.
How reproducible:
1. Create a custom product & create repository of docker type.
2. Sync the repository.
Actual:
No export/import option available
Expected:
Any of these should work
hammer content-export complete repository --id= ..
hammer content-export complete version --id= ..
hammer content-export complete library --id= ..
Same with incrementals
hammer content-export incremental repository --id= ..
hammer content-export incremental version --id= ..
hammer content-export incremental library --id= ..
Same with imports
hammer content-import repository --organization-id= ..
hammer content-import version --organization-id= ..
hammer content-import library --organization-id= ..
Actions