Commit 31e0adf
authored
pin k8s version (#43)
The kubectl-helm-minikube devcontainer feature pulls https://dl.k8s.io/release/stable.txt
(https://github.com/devcontainers/features/blob/main/src/kubectl-helm-minikube/install.sh#L167) when latest is specified as a version, but this file sometimes fails to load, breaking the build. Pinning a specific version bypasses this.1 parent 8c037be commit 31e0adf
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | | - | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments