OF-Scraper icon indicating copy to clipboard operation
OF-Scraper copied to clipboard

Request: Update Docker Image

Open charles1018 opened this issue 10 months ago • 1 comments

Is your feature request related to a problem? Please describe. The official Docker image for OF-Scraper hasn't been updated in quite a while. This creates a gap between the latest code features/fixes and what's available in the Docker Hub image. For users like me who want to deploy OF-Scraper on Synology NAS using Docker, this means we either have to use outdated versions or build custom images ourselves.

Describe the solution you'd like I'd like to see regular updates to the official Docker image (datawhores/of-scraper) on Docker Hub that align with the latest code releases. Ideally, the Docker image would be automatically built and published whenever there's a new version or significant update to the codebase.

Describe alternatives you've considered I've considered building my own Docker image from the source code, but this requires additional technical knowledge and resources. I've also thought about using the tool without Docker, but containerization offers significant advantages for deployment on NAS systems like Synology.

Additional context The last update to the Docker image was quite some time ago, while the codebase has seen several improvements since then. Having an updated Docker image would benefit many users who prefer containerized deployment, especially on NAS systems where Docker is the preferred method of running applications.

charles1018 avatar Mar 17 '25 15:03 charles1018

The docker image is up-to-date with the latest ofscraper release, which is v3.12.9. There hasn't been a release in a while. If you want to have the most up-to-date code running in your docker image, simply pull the main tag to stay on the bleeding edge. Be warned that you may experience bugs, since much of the recent code in main has not made it into a release, and therefore has not been run by as many people.

You can pull the main tag by pulling datawhores/of-scraper:main either with docker or in your docker-compose file.

dunngitter avatar Mar 19 '25 01:03 dunngitter

They were meant to be made everytime I make a commit to the prohect

However, there was an issue with the some of the third party tools being used namely dunamai and poetry I've made some changes to fix the issue, but definitely make another issue. If you see commits being made and no updates to the docker repositories

With that said I can now see a few updated options that were either added or updated recently https://hub.docker.com/r/datawhores/of-scraper/tags

datawhores avatar May 30 '25 19:05 datawhores