Stirling-PDF icon indicating copy to clipboard operation
Stirling-PDF copied to clipboard

Docker update fails due VERSION_TAG

Open rmayergfx opened this issue 5 months ago • 7 comments

Downloading new docker image with scheduled script once a week:

docker pull frooodle/s-pdf:latest

If there is a new image, i stop the container and do a reset, but the image will not load the latest version, until i remove from the docker the VERSION_TAG and then i reset the containter again. The new image will be loaded and i can see the new created VERSION_TAG with the new matching release number. Why is this VERSION_TAG set and why it is not reset from the new release? How can i fix it. Every time deleting in manually is a pain.

Second issue: Since Release 0.45.0 there is added an empty JAVA_CUSTOM_OPTS that prevents saving after deleting VERSION_TAG , so i also need to delete the variable JAVA_CUSTOM_OPTS from the settings in docker. Please fix this!

rmayergfx avatar May 02 '25 10:05 rmayergfx