stdlib/dagger/op: Added #DockerLogin
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
45ecc32423
commit
4df8b3e087
@ -51,6 +51,14 @@ package op
|
|||||||
mount: [string]: "tmpfs" | "cache" | {from: _, path: string | *"/"}
|
mount: [string]: "tmpfs" | "cache" | {from: _, path: string | *"/"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#DockerLogin: {
|
||||||
|
do: "docker-login"
|
||||||
|
target: string | *"https://index.docker.io/v1/"
|
||||||
|
username: string
|
||||||
|
// FIXME: should be a #Secret (circular import)
|
||||||
|
secret: string | bytes
|
||||||
|
}
|
||||||
|
|
||||||
#FetchContainer: {
|
#FetchContainer: {
|
||||||
do: "fetch-container"
|
do: "fetch-container"
|
||||||
ref: string
|
ref: string
|
||||||
|
Reference in New Issue
Block a user