Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major: remove go-task-file since devbox maintains it well #218

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG VERSION_KUBECTL=1.29.11
ARG VERSION_OPENTOFU=1.7.6
ARG VERSION_HELM=3.15.4
ARG VERSION_GCLOUD_SDK=503.0.0
ARG VERSION_TASKFILE=3.40.0
ARG VERSION_KIND=0.25.0
ARG VERSION_K9S=0.32.7
ARG VERSION_TERRAFORM_DOCS=0.19.0
Expand Down Expand Up @@ -75,7 +74,6 @@ ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
RUN apt update \
&& apt install tmux dnsutils telnet iputils-ping jq certbot -y \
&& apt clean -y
RUN sh -c "$(curl --location https://raw.githubusercontent.com/go-task/task/v${VERSION_TASKFILE}/install-task.sh)" -- -d -b /usr/local/bin/
RUN curl -Lo /usr/local/bin/kind https://kind.sigs.k8s.io/dl/v${VERSION_KIND}/kind-linux-amd64 \
&& chmod +x /usr/local/bin/kind
RUN wget https://github.com/derailed/k9s/releases/download/v${VERSION_K9S}/k9s_Linux_amd64.tar.gz \
Expand Down
Loading