Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpine apk repositories version error. #2569

Open
xiaofsu opened this issue Nov 16, 2024 · 1 comment
Open

alpine apk repositories version error. #2569

xiaofsu opened this issue Nov 16, 2024 · 1 comment

Comments

@xiaofsu
Copy link

xiaofsu commented Nov 16, 2024

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
Copy link
Owner

whyour commented Nov 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants