Replies: 5 comments 1 reply
-
|
The version in the docker compose.yaml file is updated correctly My assumtion is that the restart/upgrade of the docker compose is either not triggered or failed. |
Beta Was this translation helpful? Give feedback.
-
|
Externally updating the docker compose.yaml with dockge results in a consistent state again, but the automatic update via drydock update mechanism fails the last step to trigger the actual update. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the detailed report. I tracked this to Drydock’s self-update clone path preserving image-inherited env vars and OCI labels from the old container while switching to the new image. That left I’ve fixed the clone sanitization so stale image-inherited env vars and labels are dropped while operator-supplied values remain preserved, and added regression coverage for the self-update path. This is also noted in the unreleased changelog for the next rc. |
Beta Was this translation helpful? Give feedback.
-
|
Quick update: the fix for this is included in v1.5.0-rc.19 (just published at https://github.com/CodesWhat/drydock/releases/tag/v1.5.0-rc.19). The self-update clone path now drops stale image-inherited env vars and OCI labels — so Could you upgrade to rc.19 and confirm the version display is consistent after the next self-update cycle? Happy to close this out once confirmed — thanks for the detailed screenshots that made the root cause obvious. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for confirming! Closing this out — feel free to reopen or ping if anything regresses on a future RC. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After automatic update of the drydock container Version: 1.5.0-rc.15 → 1.5.0-rc.17 I see inconsisten version information all over the drydock application.
In Container Overview the new Version 1.5.0-rc.17 is displayed

In the Environment tab i find the first inconsistency with DD_VERSION=1.5.0-rc.15

In the Labels tab org.opencontainers.image.version=1.5.0-rc.15

In the drydock Info: also version 1.5.0-rc.15

Here maybe the culprit in the Actions tab under the Update Operation History :
Beta Was this translation helpful? Give feedback.
All reactions