Add Namecoin Core app #6530
Triggered via pull request
March 4, 2026 03:30
mstrofnone
synchronize
#4962
Status
Failure
Total duration
11s
Artifacts
–
Annotations
4 errors and 2 notices
|
Lint apps
❌ Linting failed with 3 errors ❌
|
|
Invalid image name "ghcr.io/mstrofnone/namecoin-core-umbrel:30.2":
namecoin/docker-compose.yml#L10
Error: HTTP 401 for ghcr.io/mstrofnone/namecoin-core-umbrel:30.2: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]}
|
|
Invalid image name "ghcr.io/mstrofnone/namecoin-core-umbrel-web:30.2":
namecoin/docker-compose.yml#L23
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
Invalid image name "ghcr.io/mstrofnone/namecoin-core-umbrel:30.2":
namecoin/docker-compose.yml#L10
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
External port mapping "${APP_NAMECOIN_P2P_PORT}:8334":
namecoin/docker-compose.yml#L19
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|
|
Mounted file/directory "/namecoin/data/namecoind" doesn't exist:
namecoin/docker-compose.yml#L14
The volume "${APP_DATA_DIR}/data/namecoind:/data/.namecoin" tries to mount the file/directory "/namecoin/data/namecoind", but it is not present. This can lead to permission errors!
|