Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restrictive version check limits usability of modified images #284

Open
maciejskorski opened this issue Aug 24, 2024 · 0 comments
Open

restrictive version check limits usability of modified images #284

maciejskorski opened this issue Aug 24, 2024 · 0 comments

Comments

@maciejskorski
Copy link

maciejskorski commented Aug 24, 2024

With the current check of the image version format

if [[ ! "$IMAGE_VERSION" =~ ^([0-9]+)\.([0-9]+)\.([0-9])+(-RC[0-9]*)?(-with-texlive-full)?$ ]]; then

it is impossible to run images with custom tags (e.g. those committed with a user-chosen version).

Users would like flexibility on versioning , e.g. to 5.0.5-updated-tex

@maciejskorski maciejskorski changed the title restrictive version check limits usability of custom images restrictive version check limits usability of modified images Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant