Skip to content

Commit 0bf8cd2

Browse files
author
Release Manager
committed
Trac #34903: tox.ini / GH Actions: Update Linux platforms
`ubuntu-lunar` https://hub.docker.com/_/ubuntu `fedora-38` (rawhide) https://hub.docker.com/_/fedora `linuxmint-21.1` https://hub.docker.com/u/linuxmintd URL: https://trac.sagemath.org/34903 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 3b24965 + 474afe2 commit 0bf8cd2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
"ubuntu-focal",
2323
"ubuntu-jammy",
2424
"ubuntu-kinetic",
25+
"ubuntu-lunar",
2526
"debian-buster",
2627
"debian-bullseye",
2728
"debian-bookworm",
@@ -32,6 +33,7 @@ on:
3233
"linuxmint-20.2",
3334
"linuxmint-20.3",
3435
"linuxmint-21",
36+
"linuxmint-21.1",
3537
"fedora-29-python3.8",
3638
"fedora-30-python3.8",
3739
"fedora-31",
@@ -41,6 +43,7 @@ on:
4143
"fedora-35",
4244
"fedora-36",
4345
"fedora-37",
46+
"fedora-38",
4447
"centos-7-devtoolset-gcc_11",
4548
"centos-stream-8-python3.9",
4649
"centos-stream-9-python3.9",

tox.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ setenv =
201201
docker: BASE_TAG=latest
202202
#
203203
# 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
205205
#
206206
ubuntu: SYSTEM=debian
207207
ubuntu: BASE_IMAGE=ubuntu
@@ -220,6 +220,8 @@ setenv =
220220
ubuntu-jammy: BASE_TAG=jammy
221221
ubuntu-kinetic: BASE_TAG=kinetic
222222
ubuntu-kinetic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
223+
ubuntu-lunar: BASE_TAG=lunar
224+
ubuntu-lunar: IGNORE_MISSING_SYSTEM_PACKAGES=yes
223225
#
224226
# https://hub.docker.com/_/debian
225227
# debian-bullseye does not have libgiac-dev
@@ -251,9 +253,10 @@ setenv =
251253
linuxmint-20.2: BASE_IMAGE=linuxmintd/mint20.2
252254
linuxmint-20.3: BASE_IMAGE=linuxmintd/mint20.3
253255
linuxmint-21: BASE_IMAGE=linuxmintd/mint21
256+
linuxmint-21.1: BASE_IMAGE=linuxmintd/mint21.1
254257
#
255258
# https://hub.docker.com/_/fedora
256-
# as of 2021-11, latest=35, rawhide=37
259+
# as of 2023-01, latest=37, rawhide=38
257260
fedora: SYSTEM=fedora
258261
fedora: BASE_IMAGE=fedora
259262
fedora-26: BASE_TAG=26
@@ -278,6 +281,8 @@ setenv =
278281
fedora-36: IGNORE_MISSING_SYSTEM_PACKAGES=no
279282
fedora-37: BASE_TAG=37
280283
fedora-37: IGNORE_MISSING_SYSTEM_PACKAGES=yes
284+
fedora-38: BASE_TAG=38
285+
fedora-38: IGNORE_MISSING_SYSTEM_PACKAGES=yes
281286
#
282287
# https://hub.docker.com/r/scientificlinux/sl
283288
#

0 commit comments

Comments
 (0)