feat(appstore): resolve repo manifests and docker digest-tracked images

This commit is contained in:
2026-05-25 01:39:59 +00:00
parent d29257dcf7
commit db52934f35
6 changed files with 691 additions and 10 deletions
+1
View File
@@ -333,6 +333,7 @@ export interface IServiceDeployOptions {
useOneboxRegistry?: boolean;
registryImageTag?: string;
autoUpdateOnPush?: boolean;
imageDigest?: string;
// Platform service requirements
enableMongoDB?: boolean;
enableS3?: boolean;