2i2c-org / utoronto-r-image

https://quay.io/repository/2i2c/utoronto-r-image
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Bump from 4.3.2 to 4.3.3 fails currently - `tlmgr install` command errors #19

Open consideRatio opened 7 months ago

consideRatio commented 7 months ago

The image is failing to build if bumped to 4.3.3 in the base image from 4.3.2.

  Step 5/12 : RUN tlmgr install     koma-script     mdwtools     tikzfill     bookmark
   ---> Running in 1b63d1c2156b

  tlmgr: Local TeX Live (2023) is older than remote repository (2024).
  Cross release updates are only supported with
    update-tlmgr-latest(.sh/.exe) --update
  See https://tug.org/texlive/upgrade.html for details.
  Removing intermediate container 1b63d1c2156b
  The command '/bin/sh -c tlmgr install     koma-script     mdwtools     tikzfill     bookmark' returned a non-zero code: 1
yuvipanda commented 7 months ago

Yep, texlive 2024 was released almost exactly at the same time as you trying this (https://www.tug.org/texlive/) which caused this I think. Upstream rocker usually sorts that out in a day or two.