.. warning:: This stack is deprecated. Please use scrapinghub-stack-scrapy <https://github.com/scrapinghub/scrapinghub-stack-scrapy/releases>_ instead.
Software stack fully compatible with Scrapy Cloud 1.0.
Versioning is done in the following manner:
latest tag;<release date> tag.All stack versions are listed correspond to a Docker image listed at:
When you're going to release a new version of the stack, you should:
Do not forget to pull latest changes from master::
git pull origin
Tag it with a correct tag string (see Versioning section above)::
git tag
Example::
git tag 20160731
3. Push the changes and the tag to the repo::
git push origin master <tag>
Example::
git push origin master 20160731
Tags should be pushed at the same time when pushing changes (or before it) because otherwise build will not be triggered and developer will be required to find the build in drone and trigger it manually again after tags are pushed.
Content type
Image
Digest
Size
268.1 MB
Last updated
over 9 years ago
docker pull scrapinghub/scrapinghub-stack-hworker