Add container image update indicators.
Release rolling / release (push) Has been cancelled

Compare local RepoDigests to remote registry manifest digests, show status in the containers table Updates column, and support force recheck with vault credentials for private registries.
This commit is contained in:
Raven Scott
2026-07-15 15:05:04 -04:00
parent e51de4ad1d
commit a6925d337e
12 changed files with 899 additions and 6 deletions
+4
View File
@@ -27,6 +27,8 @@ const REQUIRED_IDS = [
'registry-store-form',
'pushImageModal',
'pull-image-credential',
'check-image-updates-btn',
'containers-table',
'deploy-view',
'tunnels-view',
'swarm-view',
@@ -56,6 +58,8 @@ const REQUIRED_SNIPPETS = [
'Always pull the image',
'Add container',
'Deploy the container',
'Updates',
'Check updates',
]
test('index.html retains critical view landmarks', (t) => {