Skip to content

Commit 4a9121e

Browse files
committed
docs: add comments to Dockerfile
1 parent c956559 commit 4a9121e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ⚠️ If updating supported `kubectl` versions,
2+
# please also update `./cf-deploy-kubernetes.sh` accordingly.
3+
14
ARG DEBIAN_VERSION=bookworm-20251103-slim
25

36

@@ -39,6 +42,7 @@ COPY --chown=cfu --chmod=775 --from=builder /usr/bin/busybox /usr/bin/busybox
3942
RUN busybox --install
4043

4144
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.
4246
RUN ln -s /usr/local/bin/kubectl1.34 /usr/local/bin/kubectl
4347

4448
WORKDIR /

0 commit comments

Comments
 (0)