mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Do the migrations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ValidEmVer } from "../emverLite/mod";
|
||||
|
||||
export interface Container {
|
||||
image: string;
|
||||
mounts: Record<string, string>;
|
||||
@@ -5,10 +7,12 @@ export interface Container {
|
||||
sigtermTimeout?: string; // if more than 30s to shutdown
|
||||
}
|
||||
|
||||
export type ManifestVersion = ValidEmVer;
|
||||
|
||||
export interface GenericManifest {
|
||||
id: string;
|
||||
title: string;
|
||||
version: string;
|
||||
version: ManifestVersion;
|
||||
releaseNotes: string;
|
||||
license: string; // name of license
|
||||
replaces: string[];
|
||||
|
||||
Reference in New Issue
Block a user