Bug 3258 - [anolis23][arm64]vhd镜像nightly 因缺少maven包导致用例执行失败
Summary: [anolis23][arm64]vhd镜像nightly 因缺少maven包导致用例执行失败
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-25 11:24 UTC by liuyaqing
Modified: 2023-07-05 17:09 UTC (History)
2 users (show)

See Also:


Attachments
报错信息及版本信息 (1.46 MB, image/bmp)
2022-11-25 11:24 UTC, liuyaqing
Details
报错信息及版本信息 (1.44 MB, image/bmp)
2022-11-28 10:41 UTC, liuyaqing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liuyaqing alibaba_cloud_group 2022-11-25 11:24:27 UTC
Created attachment 490 [details]
报错信息及版本信息

Description of problem:
vhd镜像的nightly 在执行 yum instal maven -y 时因缺少maven包导致用例执行失败
报错信息及内核版本信息见附件

Version-Release number of selected component (if applicable):
# uname -r
5.10.134-12.1.an23.aarch64

# cat /etc/image-id
image_name="Anolis OS 23.  64 bit ARM Edition"
image_id="anolis_23__arm64_20G_alibase_20221125.vhd"
release_date="20221125023741"

How reproducible:
必现

Steps to Reproduce:
1. 启动镜像,执行 yum clean all && yum makecache && yum update -y
2. 执行 yum instal maven -y

Actual results:
没有maven包,安装失败

Expected results:
安装maven成功

Additional info:
Comment 1 liuyaqing alibaba_cloud_group 2022-11-28 10:41:56 UTC
Created attachment 494 [details]
报错信息及版本信息
Comment 2 chuyang_94 alibaba_cloud_group 2022-11-28 10:53:49 UTC
书写有误  执行命令均为yum install maven -y
预期支持Maven 3.6版本?
Comment 3 happy_orange alibaba_cloud_group 2023-07-05 17:09:13 UTC
看附件提示,是因为配置配置 nightly 源吧??
maven 组件(3.8 版本)在 20230524 就支持了,并且放在 nightly 的 appstream 源里。
现在可以使用正式的 GA 版本默认源即可安装 maven。