Skip to content

Update Bitcoin Node to v27.1 #386

Update Bitcoin Node to v27.1

Update Bitcoin Node to v27.1 #386

Triggered via pull request September 11, 2024 11:20
@nmfretznmfretz
synchronize #1461
Status Success
Total duration 17s
Artifacts

lint-apps.yml

on: pull_request_target
Lint apps
7s
Lint apps
Fit to window
Zoom out
Zoom in

Annotations

5 notices
Mounted file/directory "/bitcoin/torrc" doesn't exist: bitcoin/docker-compose.yml#L61
The volume "${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro" tries to mount the file/directory "/bitcoin/torrc", but it is not present. This can lead to permission errors!
External port mapping "${APP_BITCOIN_P2P_PORT}:${APP_BITCOIN_P2P_PORT}": bitcoin/docker-compose.yml#L50
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.).
External port mapping "${APP_BITCOIN_RPC_PORT}:${APP_BITCOIN_RPC_PORT}": bitcoin/docker-compose.yml#L50
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.).
Potentially using unsafe user in service "server": bitcoin/docker-compose.yml#L1
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.
Using unsafe user "root" in service "i2pd_daemon": bitcoin/docker-compose.yml#L72
The user "root" can lead to security vulnerabilities. If possible please use a non-root user instead.