Commit 021fec2
committed
fix(registry): repoint morph and dogecoin to live image repositories
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.1 parent d6345d5 commit 021fec2
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments