Move prototype 69-dagger-archon to top-level
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
24
examples/acme-platform/alpine.cue
Normal file
24
examples/acme-platform/alpine.cue
Normal file
@@ -0,0 +1,24 @@
|
||||
package alpine
|
||||
|
||||
|
||||
#Image: {
|
||||
|
||||
version: string | *"latest"
|
||||
packages: [...string]
|
||||
|
||||
#dag: {
|
||||
do: [
|
||||
{
|
||||
//
|
||||
//
|
||||
// fetch alpine
|
||||
},
|
||||
{
|
||||
for _, pkg in packages {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user