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 c956559 commit 4a9121eCopy full SHA for 4a9121e
Dockerfile
@@ -1,3 +1,6 @@
1
+# ⚠️ If updating supported `kubectl` versions,
2
+# please also update `./cf-deploy-kubernetes.sh` accordingly.
3
+
4
ARG DEBIAN_VERSION=bookworm-20251103-slim
5
6
@@ -39,6 +42,7 @@ COPY --chown=cfu --chmod=775 --from=builder /usr/bin/busybox /usr/bin/busybox
39
42
RUN busybox --install
40
43
41
44
COPY --chown=cfu --chmod=775 --from=builder /kubectl/* /usr/local/bin/
45
+# ⚠️ Defaults to the latest kubectl version. Please update with new versions as needed.
46
RUN ln -s /usr/local/bin/kubectl1.34 /usr/local/bin/kubectl
47
48
WORKDIR /
0 commit comments