21 lines
240 B
CUE
21 lines
240 B
CUE
|
package testing
|
||
|
|
||
|
teststring: {
|
||
|
string
|
||
|
|
||
|
#dagger: {
|
||
|
compute: [
|
||
|
{
|
||
|
do: "fetch-container"
|
||
|
ref: "alpine"
|
||
|
},
|
||
|
{
|
||
|
do: "export"
|
||
|
// Source path in the container
|
||
|
source: "/tmp/lalala"
|
||
|
format: "string"
|
||
|
},
|
||
|
]
|
||
|
}
|
||
|
}
|