whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
https://qinglong.online
Apache License 2.0
16.25k stars 2.98k forks source link

alpine apk repositories version error. #2569

Open xiaofsu opened 2 days ago

xiaofsu commented 2 days ago

Qinglong version

2.17.12

Steps to reproduce

Use the default compose. The /etc/apk/repositories file contains the following:

https://mirrors.aliyun.com/alpine/v3.20/main  
https://mirrors.aliyun.com/alpine/v3.20/community  

However, when trying to install chromium and chromium-chromedriver via the web, errors occur.

What is expected?

success install.

What is actually happening?

image

The x86_64/APKINDEX.tar.gz file from https://mirrors.aliyun.com/alpine/v3.20/community (shown below) does not contain the 131.0.6778.69-r0 version.

However, the version available on https://mirrors.aliyun.com/alpine/v3.19/community is correct.

System Info

No response

Any additional comments?

No response

whyour commented 8 hours ago

mirrors.aliyun.com is a mirror source, version 131.0.6778.69-r0 was released on 2024-11-15 10:43:47, if you are looking for the latest dependencies, please use the official alpine source. And the chromium in alpine v3.19 is version 124.0.6367.78-r0, not the same version.