implements dagger do

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2022-02-22 14:04:54 -07:00
parent 621edd6b2f
commit 6cdf13223c
23 changed files with 486 additions and 335 deletions

View File

@@ -6,18 +6,18 @@ import (
)
dagger.#Plan & {
actions: {
image: dagger.#Pull & {
actions: test: {
_image: dagger.#Pull & {
source: "alpine:3.15.0@sha256:e7d88de73db3d3fd9b2d63aa7f447a10fd0220b7cbf39803c803f2af9ba256b3"
}
exec: dagger.#Exec & {
input: image.output
_exec: dagger.#Exec & {
input: _image.output
args: ["sh", "-c", "echo -n Hello Europa > /out.txt"]
}
verify: dagger.#ReadFile & {
input: exec.output
_verify: dagger.#ReadFile & {
input: _exec.output
path: "/out.txt"
} & {
// assert result