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
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.
The image is failing to build if bumped to 4.3.3 in the base image from 4.3.2.