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

Is it harmful to use alpine repositories more recent than 2023-05-19? #2527

Closed
larsks opened this issue Jan 20, 2025 · 1 comment
Closed

Comments

@larsks
Copy link

larsks commented Jan 20, 2025

It looks like ish is pinned to a specific snapshot of alpine linux:

localhost:~# cat /etc/apk/repositories
# This file contains pinned repositories managed by iSH. If the /ish directory
# exists, iSH uses the metadata stored in it to keep this file up to date (by
# overwriting the contents on boot.)
http://apk.ish.app/v3.14-2023-05-19/main
http://apk.ish.app/v3.14-2023-05-19/community

Is there a specific reason this hasn't been updated to a newer snapshot? I've manually updated /etc/apk/repositories to use https://dl-cdn.alpinelinux.org/alpine/v3.20/main (ditto for community) and it seems to work fine. Have I set myself up for a nasty surprise?

@larsks
Copy link
Author

larsks commented Jan 20, 2025

Answering my own question:

Yes, I have set myself up for a nasty surprise! While many of the updated commands work, some fail with:

localhost:~# vim
Vim: Caught deadly signal SYS
Vim: Finished.
Bad system call

Which isn't surprising. I was just hoping for more recent versions of git and vim :).

@larsks larsks closed this as completed Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant