Skip to content

Commit 97071f8

Browse files
author
Matthias Koeppe
committed
tox.ini (voidlinux): Update to use ghcr.io images
1 parent e249bef commit 97071f8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tox.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ setenv =
323323
almalinux: IGNORE_MISSING_SYSTEM_PACKAGES=yes
324324
almalinux-8: BASE_TAG=8
325325
almalinux-9: BASE_TAG=9
326+
#
326327
# https://hub.docker.com/r/sheerluck/sage-on-gentoo-stage4/tags
327328
#
328329
gentoo: SYSTEM=gentoo
@@ -348,11 +349,13 @@ setenv =
348349
slackware-current: BASE_TAG=current
349350
slackware: IGNORE_MISSING_SYSTEM_PACKAGES=no
350351
#
351-
# https://hub.docker.com/r/voidlinux/
352+
# https://github.com/orgs/void-linux/packages?repo_name=void-containers
352353
#
353-
voidlinux: SYSTEM=void
354-
voidlinux: BASE_IMAGE=voidlinux/masterdir-x86_64-musl
355-
voidlinux: BASE_TAG=20200104
354+
voidlinux: SYSTEM=void
355+
voidlinux: BASE_IMAGE=ghcr.io/void-linux/void-glibc-full
356+
voidlinux-musl: BASE_IMAGE=ghcr.io/void-linux/void-musl-full
357+
voidlinux-minimal: BASE_IMAGE=ghcr.io/void-linux/void-glibc
358+
voidlinux-musl-minimal: BASE_IMAGE=ghcr.io/void-linux/void-musl
356359
voidlinux: IGNORE_MISSING_SYSTEM_PACKAGES=no
357360
#
358361
# https://hub.docker.com/_/alpine/

0 commit comments

Comments
 (0)