generated from coulomb/repo-seed
Remove public Gitea NodePort side door
All checks were successful
Forge Runner Smoke / compatibility-smoke (push) Successful in 0s
All checks were successful
Forge Runner Smoke / compatibility-smoke (push) Successful in 0s
This commit is contained in:
@@ -80,7 +80,7 @@ Observed on 2026-06-07:
|
||||
| live runner process | PID `5911` after activation |
|
||||
| registration file | `/root/.runner`, mode `0644`, owner `root:root` |
|
||||
| registration name | `haskelseed` |
|
||||
| registration address | `http://92.205.130.254:32166` |
|
||||
| historical registration address | `http://92.205.130.254:32166` before the public NodePort was retired under `FORGE-WP-0005` |
|
||||
| registration labels before activation | `haskelseed:host`, `linux:host`, `x86_64:host` |
|
||||
| registration labels after activation | `self-hosted:host`, `haskelseed:host`, `linux:host`, `linux_amd64:host`, `x86_64:host`, `container-build:host`, `registry-publish:host` |
|
||||
| ephemeral | `false` |
|
||||
@@ -146,8 +146,8 @@ Run from an operator host with registry access:
|
||||
|
||||
```bash
|
||||
for tag in 91037a4 ae9e497 fa96fb8 7cc3173 latest; do
|
||||
skopeo inspect --tls-verify=false \
|
||||
"docker://92.205.130.254:32166/coulomb/inter-hub:${tag}" \
|
||||
skopeo inspect \
|
||||
"docker://gitea.coulomb.social/coulomb/inter-hub:${tag}" \
|
||||
--format "${tag} {{.Name}} {{.Digest}}"
|
||||
done
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user