devops - dev container, changed packages:
Some checks failed
/ build-docker-image (push) Failing after 13s
Some checks failed
/ build-docker-image (push) Failing after 13s
+ ansible from pips + network utils + yq
This commit is contained in:
@@ -11,15 +11,28 @@ RUN apt-get update && apt-get install -y \
|
|||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
jq \
|
jq \
|
||||||
|
yq \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
ansible \
|
|
||||||
rclone \
|
rclone \
|
||||||
rsync \
|
rsync \
|
||||||
|
iputils-ping \
|
||||||
|
dnsutils \
|
||||||
|
net-tools \
|
||||||
|
iproute2 \
|
||||||
|
traceroute \
|
||||||
|
mtr \
|
||||||
|
netcat-openbsd \
|
||||||
|
nmap \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# --- Install Helm ---
|
||||||
|
RUN pip3 install --upgrade pip \
|
||||||
|
&& pip3 install ansible
|
||||||
|
|
||||||
|
|
||||||
# --- Install kubectl ---
|
# --- Install kubectl ---
|
||||||
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
|
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
|
||||||
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl \
|
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl \
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"ms-azuretools.vscode-containers",
|
"ms-azuretools.vscode-containers",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
"shd101wyy.markdown-preview-enhanced",
|
"shd101wyy.markdown-preview-enhanced",
|
||||||
|
"bierner.markdown-mermaid",
|
||||||
"bierner.markdown-preview-github-styles"
|
"bierner.markdown-preview-github-styles"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user