File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ FROM mcr.microsoft.com/devcontainers/go:0-1.19-bullseye
33ARG TARGETOS
44ARG 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
86RUN curl -L -o kind "https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-${TARGETARCH}" && install -c -m 0755 kind /usr/local/bin
Original file line number Diff line number Diff line change 1616 "mounts" : [
1717 {
1818 "type" : " volume" ,
19- "source" : " vcluster " ,
19+ "source" : " devspace " ,
2020 "target" : " /home/vscode"
2121 }
2222 ],
2626 "prebuildRepository" : " fdog239/prebuilds"
2727 }
2828 }
29- }
29+ }
You can’t perform that action at this time.
0 commit comments