Skip to content

Commit 63d62e3

Browse files
committed
chores: add devcontainer json for devspace
Signed-off-by: Luca Di Maio <[email protected]>
1 parent e988419 commit 63d62e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.devcontainer/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ARG TARGETOS
44
ARG TARGETARCH
55

66
RUN curl -L -o devspace "https://github.com/loft-sh/devspace/releases/latest/download/devspace-linux-${TARGETARCH}" && install -c -m 0755 devspace /usr/local/bin
7-
RUN curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-${TARGETARCH}" && install -c -m 0755 vcluster /usr/local/bin
87
RUN curl -L -o kind "https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-${TARGETARCH}" && install -c -m 0755 kind /usr/local/bin

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"mounts": [
1717
{
1818
"type": "volume",
19-
"source": "vcluster",
19+
"source": "devspace",
2020
"target": "/home/vscode"
2121
}
2222
],
@@ -26,4 +26,4 @@
2626
"prebuildRepository": "fdog239/prebuilds"
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)