You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-detected GitHub/GitLab links point at the release notes, not the homepage (#52, @LeeNX). When a container's link comes from its org.opencontainers.image.source / .url label and that's a bare GitHub or GitLab repo, Docksentry now links to the releases page (…/releases/latest, GitLab …/-/releases) rather than the project's front page — which is what you actually want mid-upgrade, without clicking through. Only a bare host/owner/repo is rewritten; anything deeper (a URL that already points at a release, a subpath, a file) and any other host are left exactly as they were. A link you set by hand — the docksentry.link label or /setlink — is never touched, so your explicit choice always wins, which also covers the repos that don't publish releases.