alpine-zdt-images/profiles/version/3.10
Jake Buchholz 2ef5df0927 * 3.10.0 has landed!
* switch build name from 'current-x86_64' to 'v#_#-x86_64' to avoid  any confusion when new versions roll out
* resolvie-alpine.py.in - only warn about disabled regions once, instead of for each profile build
* make-amis - tweak script output
* new set of AMIs for edge, 3.10.0, and 3.9.4
2019-07-05 12:51:09 -07:00

15 lines
336 B
Plaintext

### version 3.10 vars
# vim: ts=2 et:
# start with base vars
include required("../base/current")
# set version-specific vars
version = "3.10"
release = "3.10.0"
end_of_life = "2021-05-01"
repos {
"http://dl-cdn.alpinelinux.org/alpine/v3.10/main" = true
"http://dl-cdn.alpinelinux.org/alpine/v3.10/community" = true
}