alpine: change apk mirrors
Mirrors at serverion.com are temporarily(?) unreachable.
This commit is contained in:
parent
ecb857ff45
commit
b0930e946a
|
@ -14,13 +14,13 @@ locals {
|
|||
AlpineEdge = {
|
||||
type = "apk"
|
||||
name = "community"
|
||||
url = "http://mirror.serverion.com/alpine/edge/community"
|
||||
url = "http://mirrors.ircam.fr/pub/alpine/edge/community"
|
||||
enabled = true
|
||||
}
|
||||
AlpineEdgeTesting = {
|
||||
type = "apk"
|
||||
name = "testing"
|
||||
url = "http://mirror.serverion.com/alpine/edge/testing"
|
||||
url = "http://mirrors.ircam.fr/pub/alpine/edge/testing"
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
@ -76,4 +76,4 @@ locals {
|
|||
K3S = local.ServiceK3S
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,13 +6,13 @@ locals {
|
|||
AlpineEdge = {
|
||||
type = "apk"
|
||||
name = "community"
|
||||
url = "http://mirror.serverion.com/alpine/edge/community"
|
||||
url = "http://mirrors.ircam.fr/pub/alpine/edge/community"
|
||||
enabled = true
|
||||
}
|
||||
AlpineEdgeTesting = {
|
||||
type = "apk"
|
||||
name = "testing"
|
||||
url = "http://mirror.serverion.com/alpine/edge/testing"
|
||||
url = "http://mirrors.ircam.fr/pub/alpine/edge/testing"
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
@ -87,4 +87,4 @@ locals {
|
|||
Kubernetes = local.ServiceKubernetes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue