mirror of
https://github.com/fosrl/newt.git
synced 2026-05-07 00:20:00 -05:00
[GH-ISSUE #211] [DOCKER] Newt latest Version tag not propagated to container #1740
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
When using version 1.7.0:
also see docker logs:
Environment
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.
@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?
@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)
@DevNinja90 commented on GitHub (Dec 17, 2025):
nvm i had a old latest locally