This commit is contained in:
havelight-ee
2023-02-16 22:23:25 +09:00
parent 60c7d6a5b8
commit c20e5b0e92
8 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@@ -4,7 +4,7 @@ if [ -z "$BASH_VERSION" ]; then exec bash "$0" "$@"; exit; fi
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-*
rpm_list=`find . -name "*.rpm"`
rpm_list=`find . -name "*.rpm" | sort`
for rpm in ${rpm_list}
do
@@ -17,8 +17,7 @@ do
fi
done
pip3 install --upgrade --no-index -f ./02-pip/pip-20.3-py2.py3-none-any.whl pip==20.3
pip3 install --force-reinstall --upgrade --no-index -f 02_pip/pip-20.3-py2.py3-none-any.whl pip==20.3
pip3 install --no-index -f ./03_ansible ansible
pip3 install --no-index -f ./04_kubernetes kubernetes
pip3 install --no-index -f ./05_minio Minio