Add renovate comments for dependency tracking in Dockerfile
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 1m50s

This commit is contained in:
Michael Trip 2026-06-24 13:26:14 +02:00
parent 0553a4815c
commit d4e935c470

View file

@ -3,6 +3,7 @@ FROM ${NODE_IMAGE} AS webssh2-builder
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# renovate: datasource=github-releases depName=billchurch/webssh2
ARG WEBSSH2_VERSION=5.0.1 ARG WEBSSH2_VERSION=5.0.1
RUN apt-get update \ RUN apt-get update \
@ -21,11 +22,15 @@ RUN apt-get update \
FROM debian:trixie-slim FROM debian:trixie-slim
# renovate: datasource=github-releases depName=janosmiko/lfk
ARG LFK_VERSION=0.14.9 ARG LFK_VERSION=0.14.9
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=1.31.0 ARG KUBECTL_VERSION=1.31.0
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=3.16.2 ARG HELM_VERSION=3.16.2
# renovate: datasource=github-releases depName=derailed/k9s
ARG K9S_VERSION=0.40.10 ARG K9S_VERSION=0.40.10
ARG WEBSSH2_VERSION=5.0.1
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
WEB_SSH_PORT=3000 \ WEB_SSH_PORT=3000 \