First attempt at restoring the container.input interface

The goal is to preserve the container.input interface so that custom
images can be specified, as per yarn/test/test.cue while keeping the
initial fix for https://github.com/dagger/dagger/issues/1670

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu
2022-03-03 12:39:32 +00:00
parent 089d464802
commit 26d24e6ac0
2 changed files with 26 additions and 24 deletions

View File

@@ -66,7 +66,7 @@ dagger.#Plan & {
build: yarn.#Build & {
source: common.data
container: input: buildImage.output
container: #input: buildImage.output
}
}
}