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

[Bug]: Docker Container Reset stays with wrong version

Open rmayergfx opened this issue 8 months ago • 10 comments

The Problem

Stirling-PDF is running as Docker Container on Synology NAS. First setup was done by portainer script. services: stirling-pdf: container_name: Stirling-PDF image: frooodle/s-pdf:latest

i update the container by downloading the new image with a script polling all new images. stop and reset the container. now i was wondering, why the Container was still using an old version. I found that the environmental variable VERSION_TAG 0.2.xxx ist never updated and still is pointig to the old installed version. If i delete this variable and reset the container, the variable will be set with the latest version number. Why is this "VERSION_TAG" not updated with the matching Version number from the actual image?

There is no VERSION_TAG set in portainer at Environment variables.

Version of Stirling-PDF

0.2.x

Last Working Version of Stirling-PDF

0.x

Page Where the Problem Occurred

No response

Docker Configuration

No response

Relevant Log Output

No response

Additional Information

Download new image from frooodle/s-pdf:latest. Stop Container, Reset Container. Start Container. Until the VERSION_TAG is not deleted, it will stay on the already installed older Version.

Browsers Affected

Firefox, Chrome, Safari, Microsoft Edge, Other

No Duplicate of the Issue

  • [X] I have verified that there are no existing issues raised related to my problem.

rmayergfx avatar Jun 12 '24 11:06 rmayergfx