docker.#Build: support for nested builds
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
13
pkg/universe.dagger.io/docker/test/docker.bats
Normal file
13
pkg/universe.dagger.io/docker/test/docker.bats
Normal file
@@ -0,0 +1,13 @@
|
||||
setup() {
|
||||
load '../../bats_helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "docker.#Build" {
|
||||
dagger up ./nested-build-test.cue
|
||||
|
||||
# FIXME: this is currently broken
|
||||
run dagger up ./multi-nested-build-test.cue
|
||||
assert_failure
|
||||
}
|
Reference in New Issue
Block a user