We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e988419 commit 63d62e3Copy full SHA for 63d62e3
.devcontainer/Dockerfile
@@ -4,5 +4,4 @@ ARG TARGETOS
4
ARG TARGETARCH
5
6
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
8
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
@@ -16,7 +16,7 @@
16
"mounts": [
17
{
18
"type": "volume",
19
- "source": "vcluster",
+ "source": "devspace",
20
"target": "/home/vscode"
21
}
22
],
@@ -26,4 +26,4 @@
26
"prebuildRepository": "fdog239/prebuilds"
27
28
29
-}
+}
0 commit comments