bugfix:修改rockylinux8 ansible安装方式由rpm改为pip安装
This commit is contained in:
@@ -22,7 +22,8 @@ stages:
|
||||
.build_tsg-buildimage-p0906:
|
||||
script:
|
||||
- env | sort
|
||||
- yum -y install pbzip2 ansible
|
||||
- yum -y install pbzip2 python39
|
||||
- python3.9 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ansible
|
||||
- make DALIY_BUILD_VERSION=$DALIY_BUILD_VERSION
|
||||
- chmod +x ./tools/upload.sh
|
||||
- ./tools/upload.sh
|
||||
@@ -33,7 +34,8 @@ stages:
|
||||
script:
|
||||
- env | sort
|
||||
- yum -y remove docker-ce
|
||||
- yum -y install pbzip2 ansible buildah podman
|
||||
- yum -y install pbzip2 buildah podman python39
|
||||
- python3.9 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ansible
|
||||
- make DALIY_BUILD_VERSION=$DALIY_BUILD_VERSION
|
||||
- chmod +x ./tools/upload.sh
|
||||
- ./tools/upload.sh
|
||||
|
||||
@@ -43,7 +43,7 @@ case $profile_id in
|
||||
base_package_to_install="@base @core @debugging @anaconda-tools @additional-devel @guest-agents @system-tools
|
||||
@hardware-monitoring @network-file-system-client @performance @remote-system-management adcli certmonger
|
||||
ipa-client clevis-dracut clevis-udisks2 krb5-pkinit krb5-workstation sssd-polkit-rules krb5-pkinit luksmeta
|
||||
nscd nss-pam-ldapd grub2 epel-release efibootmgr ansible yum-utils ipmitool OpenIPMI docker-ce docker-ce-cli
|
||||
nscd nss-pam-ldapd grub2 epel-release efibootmgr yum-utils ipmitool OpenIPMI docker-ce docker-ce-cli
|
||||
containerd.io lrzsz python3 watchdog pcm git tmux fish kernel kernel-devel kernel-tools-libs kernel-modules
|
||||
kernel-tools kernel-core rpm-build libtool kernel-rpm-macros python36-devel tcsh kernel-modules-extra gcc-gfortran
|
||||
libdb-devel fuse-devel python3-Cython cmake perl-generators libstdc++-devel libmnl-devel bison flex gcc-c++
|
||||
|
||||
Reference in New Issue
Block a user