Implement modifications for engine.#Dockerfile tests, and fix lint errors
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user