Skip to content

fix(registry): repoint morph and dogecoin to live image repositories - #9

Merged
tazhate merged 1 commit into
masterfrom
fix/moved-repos-morph-dogecoin
Jun 14, 2026
Merged

fix(registry): repoint morph and dogecoin to live image repositories#9
tazhate merged 1 commit into
masterfrom
fix/moved-repos-morph-dogecoin

Conversation

@tazhate

@tazhate tazhate commented May 29, 2026

Copy link
Copy Markdown
Owner

What

Two chains had default images pointing at repositories that no longer serve them. This repoints both to verified-live locations.

Chain Old (broken) New
morph ghcr.io/morphprotocol/node:v0.3.0 → 403 DENIED ghcr.io/morph-l2/node:0.5.7
dogecoin ruimarinho/dogecoin:1-alpine → 404 (repo deleted) fiftysix/dogecoin-core:1.14.9

Details

  • morph — the org renamed from morphprotocol to morph-l2. Tags on the new repo drop the leading v (0.4.0..0.5.7), so TagPattern loses its v anchor (^v\d+...^\d+...).
  • dogecoinruimarinho/dogecoin is gone. fiftysix/dogecoin-core is a maintained community image (1.14.7..1.14.9, rebuilt Dec 2024) and the only public option; no official dogecoin/dogecoin image exists.

Both VersionPolicy() (repository + tag pattern) and the pinned default in versions_gen.go are updated.

Verification

  • go build ./... + go test ./internal/adapters/ pass
  • Live tag-API checks against GHCR (morph-l2/node) and Docker Hub (fiftysix/dogecoin-core) confirm the tags
  • versioncheck --chain morph / --chain dogecoin resolve with no registry error (previously 403/404)

Part of the moved-repo registry survey covering six chains returning 404/403.

🤖 Generated with Claude Code

morph: ghcr.io/morphprotocol/node returns 403 DENIED — the org renamed
to morph-l2. Tags there drop the leading "v" (0.4.0..0.5.7), so the
TagPattern loses the v-anchor and the default jumps to 0.5.7.

dogecoin: ruimarinho/dogecoin is gone (404). fiftysix/dogecoin-core is
a maintained community image (1.14.7..1.14.9, rebuilt Dec 2024) and the
only public option — no official dogecoin/dogecoin image exists.

Context: picked these out of the moved-repo registry survey, where six
chains were returning 404/403. Verified both replacements live against
GHCR and Docker Hub tag APIs, then ran versioncheck per-chain — morph
and dogecoin now resolve with no registry error. Spent ~1h cross-
checking candidate repos and confirming tag shapes.
@tazhate
tazhate merged commit 759de37 into master Jun 14, 2026
0 of 9 checks passed
@tazhate
tazhate deleted the fix/moved-repos-morph-dogecoin branch June 14, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant