rstudio / rstudio-docker-products

Docker images for RStudio Professional Products
https://hub.docker.com/u/rstudio
MIT License
66 stars 56 forks source link

Fix Workbench and Connect builds #833

Closed melissa-barca closed 2 months ago

melissa-barca commented 2 months ago

The Workbench and Connect builds have been failing: https://github.com/rstudio/rstudio-docker-products/actions/workflows/build-bake-preview.yaml

This is due to the regex that confirms tinytex is installed failing. Currently, this is expecting a 3 part release number, but tinytex has switched to two digit numbers: https://github.com/rstudio/tinytex-releases/releases

I kept the check for the third piece as optional to cover future releases.

melissa-barca commented 2 months ago

Changes already exist in https://github.com/rstudio/rstudio-docker-products/pull/831