Skip to content

Commit 698ef13

Browse files
committed
fix: remove devspace binary, we only use the compiled version during development
Signed-off-by: Luca Di Maio <[email protected]>
1 parent 63d62e3 commit 698ef13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +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
76
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

0 commit comments

Comments
 (0)