[GH-ISSUE #211] [DOCKER] Newt latest Version tag not propagated to container #1740

Closed
opened 2026-04-27 22:26:40 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @DevNinja90 on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/211

Describe the Bug

When using the latest tag from docker hub the built version from newt is not propagated to pangolin.

Image

When using version 1.7.0:

Image

also see docker logs:

Image

Environment

  • OS Type & Version: newt, docker
  • Pangolin Version: 1.13.1
  • Gerbil Version: 1.3.0
  • Traefik Version: 3.6.5
  • Newt Version: 1.7.0 or latest

To Reproduce

run docker image with latest tag and see in pangolin

Expected Behavior

newest version e.g. 1.7.0 is built into docker latest container.

Originally created by @DevNinja90 on GitHub (Dec 17, 2025). Original GitHub issue: https://github.com/fosrl/newt/issues/211 ### Describe the Bug When using the latest tag from docker hub the built version from newt is not propagated to pangolin. <img width="1509" height="310" alt="Image" src="https://github.com/user-attachments/assets/58555e78-4a6d-4001-a1e5-eafbab8545ae" /> When using version 1.7.0: <img width="1498" height="235" alt="Image" src="https://github.com/user-attachments/assets/b0ceaf63-f543-4ccf-85b8-cab6bba8a400" /> also see docker logs: <img width="876" height="212" alt="Image" src="https://github.com/user-attachments/assets/721c09ad-868c-4e09-8284-5e5871e7f599" /> ### Environment - OS Type & Version: newt, docker - Pangolin Version: 1.13.1 - Gerbil Version: 1.3.0 - Traefik Version: 3.6.5 - Newt Version: 1.7.0 or latest ### To Reproduce run docker image with latest tag and see in pangolin ### Expected Behavior newest version e.g. 1.7.0 is built into docker latest container.
Author
Owner

@oschwartz10612 commented on GitHub (Dec 17, 2025):

Hi thanks for the alert. Looking at docker hub the tags are the same hash so I think they are the same and I was not able to replicate. Could you make sure you are pulling the latest container image and test again?

Image
owen@laptop:~$ docker run fosrl/newt:1.7.0 --version
INFO: 2025/12/17 14:57:27 Starting metrics server on 127.0.0.1:2112
Newt version 1.7.0
owen@laptop:~$ docker run fosrl/newt:latest --version
Newt version 1.3.4
owen@laptop:~$ docker run fosrl/newt:^Ctest --version
owen@laptop:~$ docker pull fosrl/newt:latest
latest: Pulling from fosrl/newt
Digest: sha256:044248ba66a65cee5d161da7763d89e208c7dc9658e8a7d935708d2cf5763c8c
Status: Downloaded newer image for fosrl/newt:latest
docker.io/fosrl/newt:latest
owen@laptop:~$ docker run fosrl/newt:latest --version
INFO: 2025/12/17 14:57:43 Starting metrics server on 127.0.0.1:2112
Newt version 1.7.0
<!-- gh-comment-id:3665741261 --> @oschwartz10612 commented on GitHub (Dec 17, 2025): Hi thanks for the alert. Looking at docker hub the tags are the same hash so I think they are the same and I was not able to replicate. Could you make sure you are pulling the latest container image and test again? <img width="1024" height="628" alt="Image" src="https://github.com/user-attachments/assets/5d1fde91-f52c-4052-9ec4-172d82dce693" /> ``` owen@laptop:~$ docker run fosrl/newt:1.7.0 --version INFO: 2025/12/17 14:57:27 Starting metrics server on 127.0.0.1:2112 Newt version 1.7.0 owen@laptop:~$ docker run fosrl/newt:latest --version Newt version 1.3.4 owen@laptop:~$ docker run fosrl/newt:^Ctest --version owen@laptop:~$ docker pull fosrl/newt:latest latest: Pulling from fosrl/newt Digest: sha256:044248ba66a65cee5d161da7763d89e208c7dc9658e8a7d935708d2cf5763c8c Status: Downloaded newer image for fosrl/newt:latest docker.io/fosrl/newt:latest owen@laptop:~$ docker run fosrl/newt:latest --version INFO: 2025/12/17 14:57:43 Starting metrics server on 127.0.0.1:2112 Newt version 1.7.0 ```
Author
Owner

@DevNinja90 commented on GitHub (Dec 17, 2025):

yeah for me this issue still exists. Try looking into the docker logs of the container, the version tags are fine but the version inside the container might be the issue as it might be referenced to the docker image tag. (or so)

Image
<!-- gh-comment-id:3665770759 --> @DevNinja90 commented on GitHub (Dec 17, 2025): yeah for me this issue still exists. Try looking into the docker logs of the container, the version tags are fine but the version inside the container might be the issue as it might be referenced to the docker image tag. (or so) <img width="992" height="376" alt="Image" src="https://github.com/user-attachments/assets/ac987c21-45e9-44c5-a1a0-bcff50b2ccf5" />
Author
Owner

@DevNinja90 commented on GitHub (Dec 17, 2025):

nvm i had a old latest locally

<!-- gh-comment-id:3665790283 --> @DevNinja90 commented on GitHub (Dec 17, 2025): nvm i had a old latest locally
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1740