Skip to content

Commit c0006e4

Browse files
authored
Merge pull request #2640 from 89luca89/main
chores: add devcontainer json for devspace
2 parents e988419 + 698ef13 commit c0006e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ FROM mcr.microsoft.com/devcontainers/go:0-1.19-bullseye
33
ARG TARGETOS
44
ARG TARGETARCH
55

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
86
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

Lines changed: 2 additions & 2 deletions
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)