1872af9b18
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
14 lines
153 B
CUE
14 lines
153 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchContainer & {
|
|
ref: "busybox"
|
|
},
|
|
op.#Exec & {
|
|
args: ["true"]
|
|
dir: "/"
|
|
},
|
|
]
|