commit
9daf1db9b1
@ -55,7 +55,7 @@ source: dagger.#Artifact
|
|||||||
// Here we define a test phase.
|
// Here we define a test phase.
|
||||||
// We're using `os.#Container`, a built-in package that will spawn a container
|
// We're using `os.#Container`, a built-in package that will spawn a container
|
||||||
// We're also using `docker.#Pull` to execute the container from a Docker image
|
// We're also using `docker.#Pull` to execute the container from a Docker image
|
||||||
// comifrom a registry.
|
// coming from a registry.
|
||||||
test: os.#Container & {
|
test: os.#Container & {
|
||||||
image: docker.#Pull & {
|
image: docker.#Pull & {
|
||||||
from: "golang:1.16-alpine"
|
from: "golang:1.16-alpine"
|
||||||
|
Reference in New Issue
Block a user