promote dev -> main: registry host migration to dev.jinemi.com #162
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#162
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
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?
Promotion of
devtomain(beta). Two commits:53e2eb7registry: move the registry host to dev.jinemi.com, MCP to mcp.jinemi.com (#161)4dcd677make: add root install/up/down for the local stackPre-promotion verification
The registry change alters the
REGISTRY_HOSTdefault thatdeploy.shanddeploy-stack.shpull from, anddeploy.ymlnever passesREGISTRY_HOST—hosts fall back to that default. Checked the host-side prerequisites directly
rather than assuming:
dev.jinemi.com/jinemi/thermograph/{backend,frontend}:sha-53e2eb7c842f—the exact merge commit — with backend, frontend and lake all healthy. The
new host worked end-to-end through a real build and deploy.
/etc/hostspins present on both boxes — vps1 and vps2 each pindev.jinemi.comandgit.thermograph.orgto10.10.0.2.dev.jinemi.com/v2/returns401 (auth required) via
10.10.0.2, not 403 (off-mesh reject).docker loginself-heals. vps2's stored credential is stillonly for
git.thermograph.org, butREGISTRY_TOKENis present in both/etc/thermograph.envand/etc/thermograph-beta.env, anddeploy.shsources the env file (L133) before the login (L285), so it re-logs in
against the new host on the way through.
to
node.role == manager, i.e. vps2.Both names address the same Forgejo and the same packages, so images already
pushed under the old prefix stay pullable and a rollback still resolves.