stdlib package: llb

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-03-13 08:04:03 +00:00
parent b1b534992a
commit 54a2fe4393
13 changed files with 145 additions and 132 deletions

View File

@@ -4,6 +4,7 @@ import (
"dagger.io/dagger"
"dagger.io/yarn"
"dagger.io/alpine"
"dagger.io/llb"
)
TestData: dagger.#Artifact
@@ -14,10 +15,10 @@ TestYarn: {
}
test: #compute: [
dagger.#Load & {from: alpine.#Image & {
llb.#Load & {from: alpine.#Image & {
package: bash: "=5.1.0-r0"
}},
dagger.#Exec & {
llb.#Exec & {
mount: "/build": from: run
args: [
"/bin/bash",