@@ -201,7 +201,7 @@ setenv =
201
201
docker: BASE_TAG =latest
202
202
#
203
203
# https://hub.docker.com/_/ubuntu?tab=description
204
- # as of 2022-05 , latest=rolling= jammy=22.04, devel =kinetic=22.10
204
+ # as of 2023-01 , latest=jammy=22.04, rolling =kinetic=22.10, devel=lunar=23.04
205
205
#
206
206
ubuntu: SYSTEM =debian
207
207
ubuntu: BASE_IMAGE =ubuntu
@@ -220,6 +220,8 @@ setenv =
220
220
ubuntu-jammy: BASE_TAG =jammy
221
221
ubuntu-kinetic: BASE_TAG =kinetic
222
222
ubuntu-kinetic: IGNORE_MISSING_SYSTEM_PACKAGES =yes
223
+ ubuntu-lunar: BASE_TAG =lunar
224
+ ubuntu-lunar: IGNORE_MISSING_SYSTEM_PACKAGES =yes
223
225
#
224
226
# https://hub.docker.com/_/debian
225
227
# debian-bullseye does not have libgiac-dev
@@ -251,9 +253,10 @@ setenv =
251
253
linuxmint-20.2: BASE_IMAGE =linuxmintd/mint20.2
252
254
linuxmint-20.3: BASE_IMAGE =linuxmintd/mint20.3
253
255
linuxmint-21: BASE_IMAGE =linuxmintd/mint21
256
+ linuxmint-21.1: BASE_IMAGE =linuxmintd/mint21.1
254
257
#
255
258
# https://hub.docker.com/_/fedora
256
- # as of 2021-11 , latest=35 , rawhide=37
259
+ # as of 2023-01 , latest=37 , rawhide=38
257
260
fedora: SYSTEM =fedora
258
261
fedora: BASE_IMAGE =fedora
259
262
fedora-26: BASE_TAG =26
@@ -278,6 +281,8 @@ setenv =
278
281
fedora-36: IGNORE_MISSING_SYSTEM_PACKAGES =no
279
282
fedora-37: BASE_TAG =37
280
283
fedora-37: IGNORE_MISSING_SYSTEM_PACKAGES =yes
284
+ fedora-38: BASE_TAG =38
285
+ fedora-38: IGNORE_MISSING_SYSTEM_PACKAGES =yes
281
286
#
282
287
# https://hub.docker.com/r/scientificlinux/sl
283
288
#
0 commit comments