Alpine Template Problem
-
every time im importing Alpine Template
it cant reach pkg repos (propably repos are not there anymore )
so i have to update repos to active ones and them update systemmaybe there is a way to fix this issue in template ?
-
@gudge25 those are old mirrors. Alpine 3.10 is also EOL since some time now
You should be able to use
setup-apkrepos
to get new mirrors, though it might be a catch-22 situation...The current main mirror is:
http://dl-cdn.alpinelinux.org/alpine/v3.21/main
http://dl-cdn.alpinelinux.org/alpine/v3.21/communityI create my own templates (as normal VMs that can be cloned) for the versions of Alpine we use, as it was too much trouble to use the old version.
-
We'll update it, thanks for the feedback. Ping @Team-DevOps
-
@olivierlambert many thanks
-
@Forza thanks for idea
-
@gudge25, Something like this
-
For anything older than the branches still shown in https://pkgs.alpinelinux.org,
(from v3.0 to v3.12), the packages should be downloaded from their cdn:
https://dl-cdn.alpinelinux.org/alpine
But as mentioned above, anything older than 3 releases from the lastest current one(v3.21) are end of life and should not be used for more than testing.