github jarynclouatre/bindery v3.3.1
v3.3.1 — Fix Startup Crash When SKIP_CHOWN Unset

one month ago

What's new

This is a bugfix release. entrypoint.sh crashed on startup with
SKIP_CHOWN: unbound variable for any deployment that did not explicitly
set the SKIP_CHOWN environment variable — which is the default for
almost everyone. The script runs under set -u, and the SKIP_CHOWN
check had no default, so the container exited before the app started.

SKIP_CHOWN now defaults to false, matching how PUID / PGID are
already handled. Setting SKIP_CHOWN=true still behaves exactly as
before.

Changes

  • Fixed: entrypoint.sh startup crash (SKIP_CHOWN: unbound variable) when SKIP_CHOWN is not set — it now defaults to false, consistent with the existing PUID / PGID pattern
  • Note: behaviour is unchanged when SKIP_CHOWN is set explicitly

If you were affected, just pull the new image — no compose or config
changes needed.

Don't miss a new bindery release

NewReleases is sending notifications on new releases.