os.#Container: mount secrets with a more consistent API

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-23 10:46:56 +00:00
committed by Solomon Hykes
parent 9d85bab9e7
commit aa6335246b
6 changed files with 69 additions and 5 deletions

View File

@@ -29,6 +29,10 @@ setup() {
dagger -e git up
}
@test "os.#Container" {
dagger -e os-container up
}
@test "aws: ecr" {
dagger -e aws-ecr up
}