This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/examples/repro-14/main.cue
Solomon Hykes 8b105003bb Component.Compute: force "real" solve. Fixes #14.
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-01-12 10:31:50 -08:00

14 lines
124 B
CUE

package main
www: {
source: {
#dagger: compute: [
{
do: "fetch-container"
ref: "lalalalala",
},
]
}
}