8ce5b3447f
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk> Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
14 lines
176 B
CUE
14 lines
176 B
CUE
package docker
|
|
|
|
TestConfig: {
|
|
host: string @dagger(input)
|
|
}
|
|
|
|
TestHost: client: #Command & {
|
|
command: #"""
|
|
docker $CMD
|
|
"""#
|
|
host: TestConfig.host
|
|
env: CMD: "version"
|
|
}
|