github benbusby/whoogle-search v0.7.1

latest releases: v0.8.4, v0.8.3, v0.8.2...
2 years ago

There are a few new Docker related improvements:

  • Removed unneeded dependencies (cut compressed image size by ~50%)
  • Image uses whoogle user, rather than root or debian-tor
    • WARNING: If you are using docker-compose this release will break your instance unless you update your docker-compose.yml with the latest changes:
    • user: whoogle
    • whoogle-search/docker-compose.yml

      Lines 19 to 22 in 1af4566

      tmpfs:
      - /config/:size=10M,uid=927,gid=927,mode=1700
      - /var/lib/tor/:size=10M,uid=927,gid=927,mode=1700
      - /run/tor/:size=1M,uid=927,gid=927,mode=1700
  • Tests for Docker and docker-compose have been added to the CI pipeline -- image tags will not be pushed/updated unless both tests pass.
  • Nightly vulnerability scans for Docker images

There are also a number of various improvements and fixes provided by the community, defailed below. Thanks everyone!

Community Contributions

New Contributors

Full Changelog: v0.7.0...v0.7.1

Don't miss a new whoogle-search release

NewReleases is sending notifications on new releases.