MiKTeX / docker-miktex

the Docker image for running MiKTeX
41 stars 28 forks source link

Outdated Docker image `miktex/miktex` is 2 years old #38

Closed gw0 closed 1 year ago

gw0 commented 1 year ago

The latest official Docker image miktex/miktex (https://hub.docker.com/r/miktex/miktex/tags) is 2 years old (MiKTeX 21.6)! Due to incompatibilities it is fairly unusable, because one can no longer update and install additional components. It would be best to have a CI pipeline that rebuilds and publishes the images, but even an occasional manual rebuild and upload would probably be enough.

It produces the error described in https://github.com/MiKTeX/miktex/issues/1047:

2023-03-27 09:54:04,490Z INFO  mkfntmap - this process (46) started by 'initexmf' with command line: mkfntmap --enable-installer --miktex-disable-maintenance --miktex-disable-diagnose
2023-03-27 09:54:04,492Z WARN  mkfntmap - security risk: running with elevated privileges
2023-03-27 09:54:04,492Z INFO  mkfntmap - Parsing config file /usr/local/share/miktex-texmf/miktex/config/updmap.cfg...
2023-03-27 09:54:04,492Z FATAL mkfntmap - invalid configuration setting
2023-03-27 09:54:04,492Z FATAL mkfntmap - cfg file: /usr/local/share/miktex-texmf/miktex/config/updmap.cfg
2023-03-27 09:54:04,492Z FATAL mkfntmap - line: 87
edocevoli commented 1 year ago

Duplicate of #37