File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
platform-operator/helm-pod Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:22.04
22USER root
3- RUN apt-get update && apt-get upgrade && apt-get install -y curl openssl jq python3 python3-pip && pip3 install pyyaml
3+ RUN apt-get update && apt-get upgrade -y && apt-get install -y curl openssl jq python3 python3-pip && pip3 install pyyaml
44ADD webhook-create-self-signed-ca-cert.sh /
55RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
66RUN install -o root -g root -m 0755 kubectl bin/kubectl
Original file line number Diff line number Diff line change 38383.0.30
39393.1.0
40403.1.1
41+ 3.1.2
Original file line number Diff line number Diff line change 32323.0.18
33333.0.19
34343.0.20
35+ 3.1.0
Original file line number Diff line number Diff line change 37373.0.21
38383.0.22
39393.0.23
40+ 3.1.0
You can’t perform that action at this time.
0 commit comments