We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9312831 commit 546fa5eCopy full SHA for 546fa5e
dev/image/Dockerfile
@@ -21,11 +21,6 @@ RUN mkdir -p /tmp/helm/ \
21
&& rm -rf /tmp/helm/ \
22
&& helm completion bash > /usr/share/bash-completion/completions/helm
23
24
-### temp. do not submit
25
-RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.gpg | sudo apt-key add - \
26
- && curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.list | sudo tee /etc/apt/sources.list.d/tailscale.list \
27
- && apt-get update
28
-
29
### kubernetes ###
30
RUN mkdir -p /usr/local/kubernetes/ && \
31
curl -fsSL https://github.com/kubernetes/kubernetes/releases/download/v1.23.6/kubernetes.tar.gz \
0 commit comments