Work in progress: re-write changelog.com example for Europa

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-12-15 09:10:47 +00:00
committed by Solomon Hykes
parent 6d4d10a002
commit 8b5a801380
9 changed files with 390 additions and 390 deletions

View File

@@ -19,8 +19,8 @@ import (
// Run a command in a container
#Run: {
run: true // FIXME
image: #Image
input: image // for compatibility with #Build
always: bool | *false
@@ -104,7 +104,10 @@ import (
message: string | *null
}
output: {
output?: {
// FIXME: hack for #Build compatibility
#Image
rootfs?: dagger.#FS & _exec.output
files: [path=string]: {
contents: string