This commit is contained in:
2022-07-03 15:55:01 +08:00
parent 0b00d1a272
commit 17339d3259
9 changed files with 229 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ FROM harbor.colben.cn/general/jdk$ARCH:8
MAINTAINER Colben colbenlee@gmail.com
RUN tdnf makecache \
&& tdnf -y install git openssh openssh-clients openssh-server sshpass jq ansible \
&& echo 'root:Ops_1234' | chpasswd \
&& mkdir -m 0700 /root/.ssh \
&& sed -i \
-e '/^Port /d' \