Description of the bug
Just recently, trying to update texlive from a container with this feature, or trying to build a new container using this feature, fails with messages about out-o-fdate installations. Specifically, when building a container, the log output shown below appears.
But this feature does not provide a way to ask for the latest version, as far as I can tell.
Steps To Reproduce
Build a development container with this feature in it. I'm using:
{
"features": {
"ghcr.io/prulloac/devcontainer-features/latex:1": {
"packages": "xcolor, fancyvrb"
},
// ...
}
// ...
}
Additional Information
11.12 ./install-tl: The TeX Live versions of the local installation
11.12 and the repository being accessed are not compatible:
11.12 local: 2026
11.12 repository: 2025
11.12 Perhaps you need to use a different CTAN mirror?
[2026-03-02T14:30:31.150Z]
11.12 (For more, see the output of install-tl --help, especially the
11.12 -repository option. Online via https://tug.org/texlive/doc.)
11.12 =============================================================================
11.14 ERROR: Feature "LaTeX Workshop" (ghcr.io/prulloac/devcontainer-features/latex) failed to install! Look at the documentation at https://github.com/prulloac/devcontainer-features/tree/main/src/latex for help troubleshooting this error.
Description of the bug
Just recently, trying to update texlive from a container with this feature, or trying to build a new container using this feature, fails with messages about out-o-fdate installations. Specifically, when building a container, the log output shown below appears.
But this feature does not provide a way to ask for the latest version, as far as I can tell.
Steps To Reproduce
Build a development container with this feature in it. I'm using:
{ "features": { "ghcr.io/prulloac/devcontainer-features/latex:1": { "packages": "xcolor, fancyvrb" }, // ... } // ... }Additional Information