Rename dagger.#Service
to dagger.#Socket
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
client: filesystem: "/var/run/docker.soc": read: contents: dagger.#Service
|
||||
client: filesystem: "/var/run/docker.soc": read: contents: dagger.#Socket
|
||||
|
||||
actions: {
|
||||
image: core.#Pull & {
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
client: filesystem: "/var/run/docker.sock": read: contents: dagger.#Service
|
||||
client: filesystem: "/var/run/docker.sock": read: contents: dagger.#Socket
|
||||
|
||||
actions: {
|
||||
image: core.#Pull & {
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
client: filesystem: "//./pipe/docker_engine": read: contents: dagger.#Service
|
||||
client: filesystem: "//./pipe/docker_engine": read: contents: dagger.#Socket
|
||||
|
||||
actions: {
|
||||
image: core.#Pull & {
|
||||
|
Reference in New Issue
Block a user