Skip to content

Commit

Permalink
chore: Remove K8S, this is being moved to userspace on DX images
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 20, 2023
1 parent 150e7d5 commit 98a8d9b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -515,22 +515,12 @@ COPY --from=cgr.dev/chainguard/flux:latest /usr/bin/flux /usr/bin/flux
COPY --from=cgr.dev/chainguard/helm:latest /usr/bin/helm /usr/bin/helm
COPY --from=cgr.dev/chainguard/ko:latest /usr/bin/ko /usr/bin/ko
COPY --from=cgr.dev/chainguard/minio-client:latest /usr/bin/mc /usr/bin/mc
COPY --from=cgr.dev/chainguard/kubectl:latest /usr/bin/kubectl /usr/bin/kubectl

RUN curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-$(uname)-amd64" && \
chmod +x ./kind && \
mv ./kind /usr/bin/kind

# Install DevPod
RUN rpm-ostree install https://github.com/loft-sh/devpod/releases/download/v0.3.7/DevPod_linux_x86_64.rpm && \
wget https://github.com/loft-sh/devpod/releases/download/v0.3.7/devpod-linux-amd64 -O /tmp/devpod && \
install -c -m 0755 /tmp/devpod /usr/bin

# Install kns/kctx and add completions for Bash
RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr/bin/kubectx && \
wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubens -O /usr/bin/kubens && \
chmod +x /usr/bin/kubectx /usr/bin/kubens

# Cleanup & Finalize
COPY system_files/shared /
RUN /tmp/image-info.sh && \
Expand Down

0 comments on commit 98a8d9b

Please sign in to comment.