reverting back to working example
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 1m48s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 1m48s
This commit is contained in:
parent
709dd6d0b6
commit
0553a4815c
1 changed files with 6 additions and 12 deletions
16
Dockerfile
16
Dockerfile
|
|
@ -3,19 +3,8 @@ FROM ${NODE_IMAGE} AS webssh2-builder
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=janosmiko/lfk
|
|
||||||
ARG LFK_VERSION=0.14.9
|
|
||||||
# renovate: datasource=github-releases depName=kubernetes/kubernetes
|
|
||||||
ARG KUBECTL_VERSION=1.31.0
|
|
||||||
# renovate: datasource=github-releases depName=helm/helm
|
|
||||||
ARG HELM_VERSION=3.16.2
|
|
||||||
# renovate: datasource=github-releases depName=derailed/k9s
|
|
||||||
ARG K9S_VERSION=0.40.10
|
|
||||||
# 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 \
|
||||||
&& apt-get install -y --no-install-recommends ca-certificates curl \
|
&& apt-get install -y --no-install-recommends ca-certificates curl \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
@ -32,6 +21,11 @@ RUN apt-get update \
|
||||||
|
|
||||||
FROM debian:trixie-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
|
ARG LFK_VERSION=0.14.9
|
||||||
|
ARG KUBECTL_VERSION=1.31.0
|
||||||
|
ARG HELM_VERSION=3.16.2
|
||||||
|
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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue