github meyayl/docker-languagetool 6.7-8

4 hours ago

Dockerfile / Dockerfile.fasttext

  • Alpine base upgraded: 3.23.3 → 3.23.4, pinned with SHA256 digest
  • Maven upgraded: 3.9.12 → 3.9.14
  • IMAGE_VERSION / IMAGE_CREATED ARGs added: OCI labels now use build args instead of hardcoded values
  • All Alpine package versions pinned: added versioned ARGs with Renovate tracking comments for every package in java_base and the final stage (libretls, musl-locales, tzdata, zlib, 7zip, bash, shadow, libstdc++, gcompat, su-exec, tini, xmlstarlet, fasttext, nss_wrapper)
  • Memory-leak patch gated: lt6_7_memory_leak_fix.patch is now applied conditionally only when LT_VERSION == 6.7
  • Maven build parallelised: added --threads 2C to the mvn invocation
  • Duplicate FROM base AS fasttext removed (Dockerfile.fasttext)

entrypoint.sh

  • Quote fix: added quotes around ${MAP_GID} in the getent group call to prevent word-splitting
  • shellcheck suppressions: added SC2015 directives for capability-status one-liners and SC2155 directives for NSS_WRAPPER_PASSWD/NSS_WRAPPER_GROUP exports

Don't miss a new docker-languagetool release

NewReleases is sending notifications on new releases.