Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

the CentOS docker image for testing MiKTeX

Notifications You must be signed in to change notification settings

MiKTeX/docker-miktex-test-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is now unmaintained. Please turn your attention to the successor: Rocky Linux docker image with MiKTeX test environment.

CentOS 8 docker image with MiKTeX test environment

Obtaining the image

Get the latest image from the registry:

docker pull miktex/miktex-test-centos:8

or build it yourself:

docker build --tag miktex/miktex-test-centos:8 .

Using the image

Prerequisites

The directory containing the MiKTeX test suite must be mounted to the container path /miktex/test-suite. You can obtain the test suite from GitHub.

The test directory (where the tests are run) must be mounted to the container path /miktex/test.

Optional: The directory containing the .rpm package file must be mounted to /miktex/build. If this directory is not mounted then the package will be installed from the official source.

You should specify a user by setting the container environment variables USER_ID and GROUP_ID.

Example

Run the tests:

git clone https://github.com/MiKTeX/miktex-testing ~/work/miktex/test-suite
docker run --rm -t \
  -v ~/work/miktex/test-suite:/miktex/test-suite:ro \
  -v ~/work/miktex/tests/centos-8:/miktex/test:rw \
  -e USER_ID=`id -u` \
  -e GROUP_ID=`id -g` \
  miktex/miktex-test-centos:8

About

the CentOS docker image for testing MiKTeX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published