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

Commit

Permalink
tox.ini: Add ubuntu-jammy, debian-bookworm, linuxmint-20.3, fedora-36
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 29, 2021
1 parent cc60cfe commit ab4fb99
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ setenv =
docker: BASE_TAG=latest
#
# https://hub.docker.com/_/ubuntu?tab=description
# as of 2021-06, latest=focal=20.04, rolling=hirsute=21.04, impish=devel=21.10
# as of 2021-11, latest=focal=20.04, rolling=impish=21.10, devel=jammy=22.04
#
ubuntu: SYSTEM=debian
ubuntu: BASE_IMAGE=ubuntu
Expand All @@ -199,6 +199,8 @@ setenv =
ubuntu-hirsute: IGNORE_MISSING_SYSTEM_PACKAGES=no
ubuntu-impish: BASE_TAG=impish
ubuntu-impish: IGNORE_MISSING_SYSTEM_PACKAGES=yes
ubuntu-jammy: BASE_TAG=jammy
ubuntu-jammy: IGNORE_MISSING_SYSTEM_PACKAGES=yes
#
# https://hub.docker.com/_/debian
# debian-bullseye does not have libgiac-dev
Expand All @@ -212,6 +214,8 @@ setenv =
debian-buster: BASE_TAG=buster
debian-bullseye: BASE_TAG=bullseye
debian-bullseye: IGNORE_MISSING_SYSTEM_PACKAGES=yes
debian-bookworm: BASE_TAG=bookworm
debian-bookworm: IGNORE_MISSING_SYSTEM_PACKAGES=yes
debian-sid: BASE_TAG=sid
#
# https://hub.docker.com/u/linuxmintd
Expand All @@ -227,9 +231,10 @@ setenv =
linuxmint-20: BASE_IMAGE=linuxmintd/mint20
linuxmint-20.1: BASE_IMAGE=linuxmintd/mint20.1
linuxmint-20.2: BASE_IMAGE=linuxmintd/mint20.2
linuxmint-20.3: BASE_IMAGE=linuxmintd/mint20.3
#
# https://hub.docker.com/_/fedora
# as of 2021-06, latest=34, rawhide=35
# as of 2021-11, latest=35, rawhide=36
fedora: SYSTEM=fedora
fedora: BASE_IMAGE=fedora
fedora-26: BASE_TAG=26
Expand All @@ -249,6 +254,8 @@ setenv =
fedora-34: IGNORE_MISSING_SYSTEM_PACKAGES=no
fedora-35: BASE_TAG=35
fedora-35: IGNORE_MISSING_SYSTEM_PACKAGES=yes
fedora-36: BASE_TAG=36
fedora-36: IGNORE_MISSING_SYSTEM_PACKAGES=yes
#
# https://hub.docker.com/r/scientificlinux/sl
#
Expand Down

0 comments on commit ab4fb99

Please sign in to comment.