What happened?
This might be a podman corner case, but rather me open up with what I have and collect info as much as possible.
This is post a self-update on my podman host. As can be seen, the dockSentry container is showing v1.32.1, but the webUI is still reporting the old version v1.19.1 at the bottom of the page.
History is showing
| Date |
Name |
Result |
Detail |
| 2026-06-28 08:24:53 |
docksentry |
✅ |
🗓️ 2026-06-07 → 2026-06-27 (selfupdate v1.19.1 → ?) |
podman-compose ps
podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 4.9.3
podman ps -a --filter label=io.podman.compose.project=dockersentry
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
615b9f13e2ba ghcr.io/amayer1983/docksentry:latest 2 weeks ago Up 47 hours (healthy) 0.0.0.0:9090->8080/tcp docksentry
exit code: 0
Does not look like the container been restarted or re-created?
Let me know if there is any more info I can provide.
logs
podman-compose logs -f
podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 4.9.3
podman logs -f docksentry
Scheduled check triggered at 2026-06-28 09:00
Skipped (self): docksentry
Checking 4 containers for updates...
Checking: traefik (registry-1.docker.io/library/traefik:v3.7.5)
Local: sha256:e4d98158c01ad752fc1071d..., sha256:e5491c6c7073c18a2fa8ae4...
Remote: sha256:e4d98158c01ad752fc1071d...
→ Up to date
Checking: esphome (ghcr.io/esphome/esphome:2026.6.2)
Local: sha256:526a75c8d64a0d962a3b088..., sha256:c329d701d864a7c656d6bf7...
Remote: sha256:526a75c8d64a0d962a3b088...
→ Up to date
Checking: watchstate (ghcr.io/arabcoders/watchstate:latest)
Local: sha256:69de0c1fd519155122f1d2d..., sha256:dae3402dd8bc62bc5d3cd10...
Remote: sha256:69de0c1fd519155122f1d2d...
→ Up to date
Checking: dozzle-hub (ghcr.io/amir20/dozzle:latest)
Local: sha256:2e14180fa14c195b8e86705..., sha256:e2971b012e7ea1294b6211f...
Remote: sha256:2e14180fa14c195b8e86705...
→ Up to date
Found 0 updates.
- Docksentry version: v1.19.1 to v1.32.1
- Podman version: 4.9.3
- OS: Ubuntu 24.04
- Deployment: podman-compose
What happened?
This might be a podman corner case, but rather me open up with what I have and collect info as much as possible.
This is post a self-update on my podman host. As can be seen, the dockSentry container is showing
v1.32.1, but the webUI is still reporting the old versionv1.19.1at the bottom of the page.History is showing
podman-compose ps
Does not look like the container been restarted or re-created?
Let me know if there is any more info I can provide.
logs