Merge pull request #2027 from helderco/core-move

Move image definitions to `dagger/core`
This commit is contained in:
Helder Correia
2022-04-05 09:58:39 +00:00
committed by GitHub
4 changed files with 49 additions and 50 deletions

View File

@@ -2,6 +2,7 @@ package docker
import (
"dagger.io/dagger"
"dagger.io/dagger/core"
)
// A container image
@@ -10,7 +11,7 @@ import (
rootfs: dagger.#FS
// Image config
config: dagger.#ImageConfig
config: core.#ImageConfig
}
// A ref is an address for a remote container image
@@ -20,4 +21,4 @@ import (
// - "index.docker.io/dagger:latest"
// - "index.docker.io/dagger:latest@sha256:a89cb097693dd354de598d279c304a1c73ee550fbfff6d9ee515568e0c749cfe"
// FIXME: add formatting constraints
#Ref: dagger.#Ref
#Ref: core.#Ref

View File

@@ -1,7 +1,6 @@
package docker
import (
"dagger.io/dagger"
"dagger.io/dagger/core"
)
@@ -11,7 +10,7 @@ import (
input: #Image
// The image config to change
config: dagger.#ImageConfig
config: core.#ImageConfig
_set: core.#Set & {
"input": input.config