mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
releasing 1.5.1 with updated crawler and warc2zim
This commit is contained in:
parent
ea210bcd10
commit
2be5562553
2 changed files with 5 additions and 4 deletions
|
|
@ -5,12 +5,13 @@ All notable changes to this project are documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
|
||||
|
||||
## [Unreleased]
|
||||
## [1.5.1] - 2023-09-18
|
||||
|
||||
### Changed
|
||||
|
||||
- Using browsertrix-crawler 0.11.0
|
||||
- Scraper stat file is not created empty (#211)
|
||||
- Using `main` warc2zim ⚠️ change before releasing!
|
||||
- Using warc2zim 1.5.4
|
||||
|
||||
## [1.5.0] - 2023-08-23
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM webrecorder/browsertrix-crawler:v0.10.4
|
||||
FROM webrecorder/browsertrix-crawler:v0.11.0
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/* \
|
||||
# python setup (in venv not to conflict with browsertrix)
|
||||
&& python3 -m venv /app/zimit \
|
||||
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim' \
|
||||
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' 'warc2zim==1.5.4' \
|
||||
# placeholder (default output location)
|
||||
&& mkdir -p /output \
|
||||
# disable chrome upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue