typesense / typesense-docsearch-scraper

A fork of Algolia's awesome DocSearch Scraper, customized to index data in Typesense (an open source alternative to Algolia)
https://typesense.org/docs/guide/docsearch.html
Other
95 stars 35 forks source link

Enable docker non-root images + Versions refresh #16

Closed nflx closed 1 year ago

nflx commented 1 year ago

Change Summary

- Set user in Dockerfiles to seleuser and change workdir from /root to /home/seleuser
- Refresh of versions for ubuntu, python, nodejs, selenium-server, chrome-driver, testng.
- Opened up Pipfile dependencies for future versions and updated lockfile.
- Start using Pipfile.lock versions on docker build, instead of Pipfile.

- The scrapy update also required the patch in the `Add wrapper for parse method that moved` commit.

- Also some minor cosmetic/typo edits.

PR Checklist

jasonbosco commented 1 year ago

Thank you for this @nflx!