github CodesWhat/drydock v1.3.5

latest releases: v1.5.0-rc.7, v1.5.0-rc.6, v1.5.0-rc.5...
one month ago

Fixed

  • Container exits immediately when socket GID has no named groupDocker.entrypoint.sh treated getent group <gid> failures as fatal under set -e -o pipefail, so mounts where /var/run/docker.sock had a numeric GID not present in /etc/group caused an immediate exit (status=exited, exit=2) before app startup. The group lookup is now tolerant and falls back to creating a matching group as intended. (#82)
  • Log pretty-printing no longer depends on shell pipes — Moved human-readable formatting from the entrypoint pipeline (node | pino-pretty) into the app logger configuration. This preserves proper exec/signal behavior under tini while keeping DD_LOG_FORMAT=json support.

Don't miss a new drydock release

NewReleases is sending notifications on new releases.