File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This stage is responsible for downloading all the binaries which make up
22# our toolset. We'll later copy the tools to a separate stage designed for running.
3- FROM debian:bookworm-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS installer
3+ FROM debian:bookworm-slim@sha256:d207e19faa1927ee8750bc2ebcfdb0b5db65a56de9a31d27d41a08ce56c6c9cf AS installer
44
55# renovate: datasource=github-releases depName=kubernetes/kubernetes
66ARG KUBECTL_VERSION=v1.33.1
@@ -51,7 +51,7 @@ RUN curl -L -o helm.tar.gz https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.
5151# Stage which contains only the tools required, set up to run as the default
5252# non-root linux user, so that mounting our working directory into it won't
5353# cause all kinds of ownership issues.
54- FROM debian:bookworm-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS workspace
54+ FROM debian:bookworm-slim@sha256:d207e19faa1927ee8750bc2ebcfdb0b5db65a56de9a31d27d41a08ce56c6c9cf AS workspace
5555ENV EDITOR=vim
5656
5757# Install vim for editing
You can’t perform that action at this time.
0 commit comments