RUN CHART_VERSION="2.11.100-build2021022300"CHART_FILE=/charts/rke2-metrics-server.yaml CHART_BOOTSTRAP=false /charts/build-chart.sh
RUN CHART_VERSION="1.0.000"CHART_FILE=/charts/rancher-vsphere-cpi.yaml CHART_BOOTSTRAP=true CHART_REPO="https://charts.rancher.io" /charts/build-chart.sh
...
...
@@ -92,8 +92,8 @@ RUN rm -vf /charts/*.sh /charts/*.md
# This image includes any host level programs that we might need. All binaries
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM rancher/k3s:v1.20.8-k3s1 AS k3s
FROM rancher/hardened-kubernetes:v1.20.9-rke2r2-build20210805 AS kubernetes
FROM rancher/k3s:v1.20.10-k3s1 AS k3s
FROM rancher/hardened-kubernetes:v1.20.10-rke2r1-build20210820 AS kubernetes
FROM rancher/hardened-containerd:v1.4.8-k3s1-build20210721 AS containerd
FROM rancher/hardened-crictl:v1.19.0-build20210223 AS crictl
FROM rancher/hardened-runc:v1.0.0-rc95-build20210519 AS runc