Implement modifications for engine.#Dockerfile tests, and fix lint errors

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2022-01-31 23:07:50 +01:00
parent 7778389de9
commit d3dca120f7
3 changed files with 22 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ package engine
// Authentication
auth?: {
username: string
secret: string | #Secret
secret: #Secret
}
// Root filesystem of downloaded image
@@ -96,11 +96,10 @@ package engine
}
// Authentication
auth: [...{
target: string
auth: [registry=string]: {
username: string
secret: string | #Secret
}]
secret: #Secret
}
platforms?: [...string]
target?: string