Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Trac #34903: tox.ini / GH Actions: Update Linux platforms
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
Release Manager committed Jan 29, 2023
2 parents 3b24965 + 474afe2 commit 0bf8cd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-kinetic",
"ubuntu-lunar",
"debian-buster",
"debian-bullseye",
"debian-bookworm",
Expand All @@ -32,6 +33,7 @@ on:
"linuxmint-20.2",
"linuxmint-20.3",
"linuxmint-21",
"linuxmint-21.1",
"fedora-29-python3.8",
"fedora-30-python3.8",
"fedora-31",
Expand All @@ -41,6 +43,7 @@ on:
"fedora-35",
"fedora-36",
"fedora-37",
"fedora-38",
"centos-7-devtoolset-gcc_11",
"centos-stream-8-python3.9",
"centos-stream-9-python3.9",
Expand Down
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ setenv =
docker: BASE_TAG=latest
#
# https://hub.docker.com/_/ubuntu?tab=description
# as of 2022-05, latest=rolling=jammy=22.04, devel=kinetic=22.10
# as of 2023-01, latest=jammy=22.04, rolling=kinetic=22.10, devel=lunar=23.04
#
ubuntu: SYSTEM=debian
ubuntu: BASE_IMAGE=ubuntu
Expand All @@ -220,6 +220,8 @@ setenv =
ubuntu-jammy: BASE_TAG=jammy
ubuntu-kinetic: BASE_TAG=kinetic
ubuntu-kinetic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
ubuntu-lunar: BASE_TAG=lunar
ubuntu-lunar: IGNORE_MISSING_SYSTEM_PACKAGES=yes
#
# https://hub.docker.com/_/debian
# debian-bullseye does not have libgiac-dev
Expand Down Expand Up @@ -251,9 +253,10 @@ setenv =
linuxmint-20.2: BASE_IMAGE=linuxmintd/mint20.2
linuxmint-20.3: BASE_IMAGE=linuxmintd/mint20.3
linuxmint-21: BASE_IMAGE=linuxmintd/mint21
linuxmint-21.1: BASE_IMAGE=linuxmintd/mint21.1
#
# https://hub.docker.com/_/fedora
# as of 2021-11, latest=35, rawhide=37
# as of 2023-01, latest=37, rawhide=38
fedora: SYSTEM=fedora
fedora: BASE_IMAGE=fedora
fedora-26: BASE_TAG=26
Expand All @@ -278,6 +281,8 @@ setenv =
fedora-36: IGNORE_MISSING_SYSTEM_PACKAGES=no
fedora-37: BASE_TAG=37
fedora-37: IGNORE_MISSING_SYSTEM_PACKAGES=yes
fedora-38: BASE_TAG=38
fedora-38: IGNORE_MISSING_SYSTEM_PACKAGES=yes
#
# https://hub.docker.com/r/scientificlinux/sl
#
Expand Down

0 comments on commit 0bf8cd2

Please sign in to comment.