dalibo / pandocker

🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
https://hub.docker.com/r/dalibo/pandocker/
BSD 3-Clause "New" or "Revised" License
141 stars 23 forks source link

TeXLive out of date #266

Closed colindean closed 1 year ago

colindean commented 1 year ago

Describe the bug

I'm seeing this in my builds using dalibo/pandocker:stable@sha256:a5818457a7b10e9a667d847c6462653674727419bb5ce4b023e3fe432dc55acb:

$ time tlmgr install draftwatermark glossaries
tlmgr: Local TeX Live (2022) is older than remote repository (2023).
Cross release updates are only supported with
  update-tlmgr-latest(.sh/.exe) --update
See https://tug.org/texlive/upgrade.html for details.

Steps To Reproduce

Use the above hash, which is the latest stable, to build anything with installing some other packages before doing so.

Expected Behavior

I expect the packages to install.

Additional context

I need these packages in order to build.

colindean commented 1 year ago

I reviewed https://tug.org/texlive/upgrade.html. I could add it to my CI stuff but that's a lot of steps and potential downloads to run in CI.

colindean commented 1 year ago

stable@sha256:537020bf0048d1c31ff0b64772739d0b9b5453ded65ff5b2536a470c0f28471f seems to have fixed this...!