docker.#Run: remove redundant image
field
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -25,7 +25,7 @@ dagger.#Plan & {
|
||||
}
|
||||
|
||||
run: bash.#Run & {
|
||||
image: _image
|
||||
input: _image
|
||||
export: files: "/out.txt": _
|
||||
script: {
|
||||
directory: dir
|
||||
@@ -38,7 +38,7 @@ dagger.#Plan & {
|
||||
// Run a script from string
|
||||
runString: {
|
||||
run: bash.#Run & {
|
||||
image: _image
|
||||
input: _image
|
||||
export: files: "/output.txt": _
|
||||
script: contents: "echo 'Hello, inlined world!' > /output.txt"
|
||||
}
|
||||
|
Reference in New Issue
Block a user