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 2e0db18 commit 960c5a2Copy full SHA for 960c5a2
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM debian:bookworm-20251103-slim AS prod
+FROM debian:trixie-20251103-slim AS prod
2
ARG TARGETPLATFORM
3
-RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
+RUN /sbin/useradd --home /home/cfu --shell /bin/bash cfu
4
COPY --chown=cfu --chmod=775 cf-deploy-kubernetes.sh /cf-deploy-kubernetes
5
COPY --chown=cfu --chmod=775 template.sh /template.sh
6
-COPY --from=busybox:1.36.1-musl /bin/busybox /usr/bin/busybox
+COPY --from=busybox:1.37.0-glibc /bin/busybox /usr/bin/busybox
7
RUN busybox --install
8
# ⚠️ We support 3 most recent minor versions: https://kubernetes.io/releases/
9
# Please update `./cf-deploy-kubernetes.sh` accordingly.
0 commit comments