[k8s] Build helm-client containers v2.16.6 and v3.2.0
Use buster-slim base image which is the latest stable [0]. [0] https://www.debian.org/releases/index.en.html Story: 2007514 Task: 39525 Change-Id: I1ff8224cf064b7138f8868b2ac17710014f1e988
This commit is contained in:
parent
76502dd57d
commit
8a35cba25c
@ -1,5 +1,5 @@
|
|||||||
ARG HELM_VERSION=v2.12.0
|
ARG HELM_VERSION=v3.2.0
|
||||||
FROM debian:sid-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
ARG HELM_VERSION
|
ARG HELM_VERSION
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
bash \
|
bash \
|
||||||
&& curl -o helm.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz \
|
&& curl -o helm.tar.gz https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz \
|
||||||
&& mkdir -p helm \
|
&& mkdir -p helm \
|
||||||
&& tar zxvf helm.tar.gz -C helm \
|
&& tar zxvf helm.tar.gz -C helm \
|
||||||
&& cp helm/linux-amd64/helm /usr/local/bin \
|
&& cp helm/linux-amd64/helm /usr/local/bin \
|
||||||
|
@ -18,7 +18,9 @@ magnum_images:
|
|||||||
- name: heat-container-agent
|
- name: heat-container-agent
|
||||||
tag: ussuri-dev
|
tag: ussuri-dev
|
||||||
|
|
||||||
helm_version: v2.12.3
|
helm_versions:
|
||||||
|
- version: v2.16.6
|
||||||
|
- version: v3.2.0
|
||||||
|
|
||||||
cluster_autoscaler_versions:
|
cluster_autoscaler_versions:
|
||||||
- version: 1.15.2
|
- version: 1.15.2
|
||||||
|
@ -100,10 +100,11 @@
|
|||||||
- docker_image:
|
- docker_image:
|
||||||
path: "{{ magnum_src_dir }}/dockerfiles/helm-client"
|
path: "{{ magnum_src_dir }}/dockerfiles/helm-client"
|
||||||
name: "{{ magnum_repository }}/helm-client"
|
name: "{{ magnum_repository }}/helm-client"
|
||||||
tag: "{{ helm_version }}"
|
tag: "{{ item.version }}"
|
||||||
buildargs:
|
buildargs:
|
||||||
HELM_VERSION: "{{ helm_version }}"
|
HELM_VERSION: "{{ item.version }}"
|
||||||
push: no
|
push: no
|
||||||
|
with_items: "{{ helm_versions }}"
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
- name: "Build cluster-autoscaler image"
|
- name: "Build cluster-autoscaler image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user