Fix #329: Fails to start with node syntax errors (#330)

* Fix #329: Fails to start with node syntax errors
* s6 v3: Don't try to send commands to the supervision tree, per https://github.com/just-containers/s6-overlay/blob/master/MOVING-TO-V3.md
* Updates to build process to set the correct permissions, as well as through cont-init.d as well as set a fixed (more modern) base image
* Fix build to actually be locked to a specified version of the base image
Update to base image 18.2.0
This commit is contained in:
Tim Jackson 2025-10-17 17:00:18 +02:00 committed by GitHub
parent 3e06a50caa
commit 7c01409231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 31 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bashio
bashio::log.info 'Ensuring Plejd scripts are executable'
chmod 0755 /etc/services.d/plejd/run /usr/bin/plejd.sh || bashio::exit.nok 'Failed to set permissions'