feat(manager.registry): Add external registry management
This commit is contained in:
@@ -4,6 +4,10 @@ export interface IImage {
|
||||
id: string;
|
||||
data: {
|
||||
name: string;
|
||||
external?: {
|
||||
externalRegistryId: string;
|
||||
imageName: string;
|
||||
}
|
||||
description: string;
|
||||
versions: Array<{
|
||||
versionString: string;
|
||||
|
Reference in New Issue
Block a user