bugfix:TSG-13277:使用buildah构建容器镜像

This commit is contained in:
fumingwei
2023-04-24 15:56:39 +08:00
parent 8f973b53ba
commit c248e0a934
13 changed files with 371 additions and 269 deletions

View File

@@ -11,6 +11,8 @@ if [ -n "${UPLOAD_TO_FILE_REPO}" ]; then
elif [ "${PROFILE_LIST}" == "KVM" ]; then
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.img
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.gns3a
elif [ "${PROFILE_LIST}" == "TSGXBUILDCONTAINERP0906" ]; then
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.tar.bz2
else
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.bin
fi