There are a few new Docker related improvements:
- Removed unneeded dependencies (cut compressed image size by ~50%)
- Image uses
whoogle
user, rather thanroot
ordebian-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: whoogle-search/docker-compose.yml
Line 14 in 1af4566
whoogle-search/docker-compose.yml
Lines 19 to 22 in 1af4566
- WARNING: If you are using
- 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
- Add missing environment variables by @glitsj16 in #584
- Fix malformed systemd service file. by @NunoSempere in #571
- alpine docker image by @roylez in #573
- Updated screenshots by @Albonycal in #583
- adding my instance! by @domokosdcs0 in #604
- Add
WHOOGLE_ALT_IMG
for a replacement for imgur. by @DUOLabs333 in #609 - Disable autocomplete.js if
WHOOGLE_AUTOCOMPLETE=0
by @DUOLabs333 in #611 - Improve formatting of collapsible infobox by @nityy in #612
- Allow Docker container to be run as non-root user by @ras07 in #616
- Update Dockerfile by @ras07 in #617
- Fix docker-compose.yml permission errors by @nakoo in #623
New Contributors
- @glitsj16 made their first contribution in #584
- @NunoSempere made their first contribution in #571
- @roylez made their first contribution in #573
- @domokosdcs0 made their first contribution in #604
- @nityy made their first contribution in #612
- @ras07 made their first contribution in #616
- @nakoo made their first contribution in #623
Full Changelog: v0.7.0...v0.7.1