package testing
import "dagger.io/dagger/op"
#up: [
op.#FetchContainer & {
ref: "alpine"
},
op.#Exec & {
args: ["erroringout"]
]