Add Namecoin Core app #6527
Triggered via pull request
March 4, 2026 03:17
mstrofnone
synchronize
#4962
Status
Failure
Total duration
10s
Artifacts
–
Annotations
5 errors, 1 warning, and 4 notices
|
Lint apps
❌ Linting failed with 4 errors and 1 warning ❌
|
|
Invalid image name "namecoin/namecoin-core-umbrel-web:30.2":
namecoin/docker-compose.yml#L22
Error: HTTP 401 for namecoin/namecoin-core-umbrel-web:30.2: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"namecoin/namecoin-core-umbrel-web","Action":"pull"}]}]}
|
|
Invalid image name "namecoin/namecoin-core-umbrel:30.2":
namecoin/docker-compose.yml#L10
Error: HTTP 401 for namecoin/namecoin-core-umbrel:30.2: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"namecoin/namecoin-core-umbrel","Action":"pull"}]}]}
|
|
Invalid image name "namecoin/namecoin-core-umbrel-web:30.2":
namecoin/docker-compose.yml#L22
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
Invalid image name "namecoin/namecoin-core-umbrel:30.2":
namecoin/docker-compose.yml#L10
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
"icon" and "gallery" needs to be empty for new app submissions:
namecoin/umbrel-app.yml#L42
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
|
|
Potentially using unsafe user in service "web":
namecoin/docker-compose.yml#L0
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
|
|
Potentially using unsafe user in service "namecoind":
namecoin/docker-compose.yml#L0
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
|
|
External port mapping "${APP_NAMECOIN_P2P_PORT}:8334":
namecoin/docker-compose.yml#L18
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#L13
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!
|