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

Commit 9286299

Browse files
author
Matthias Koeppe
committed
Merge #33196
2 parents c62fc35 + 4978a3b commit 9286299

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

+5-3
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,17 @@ setenv =
267267
scientificlinux-7: BASE_TAG=7
268268
#
269269
# https://hub.docker.com/_/centos
270-
# centos-6 only has autoconf 2.63 -- too old for bootstrap; download configure tarball instead.
270+
# https://quay.io/repository/centos/centos?tab=tags
271271
#
272272
centos: SYSTEM=fedora
273273
centos: BASE_IMAGE=centos
274274
centos: IGNORE_MISSING_SYSTEM_PACKAGES=yes
275-
centos-6: BASE_TAG=centos6
276-
centos-6: BOOTSTRAP=./bootstrap -D
277275
centos-7: BASE_TAG=centos7
278276
centos-8: BASE_TAG=centos8
277+
centos-stream: BASE_IMAGE=quay.io/centos/centos
278+
centos-stream: BASE_TAG=stream
279+
centos-stream-8: BASE_TAG=stream8
280+
centos-stream-9: BASE_TAG=stream9
279281
#
280282
# https://hub.docker.com/r/sheerluck/sage-on-gentoo-stage4/tags
281283
#

0 commit comments

Comments
 (0)