mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Upgrade to browsertrix crawler 0.12.4 and warc2zim 1.5.5
This commit is contained in:
parent
eab3d1f189
commit
eebf26f7cb
2 changed files with 4 additions and 3 deletions
|
|
@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
|
||||
- Adapt to new `warc2zim` code structure
|
||||
- Using `main` warc2zim ⚠️ change before releasing!
|
||||
- Using browsertrix-crawler 0.12.4
|
||||
- Using warc2zim 1.5.5
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM webrecorder/browsertrix-crawler:0.12.3
|
||||
FROM webrecorder/browsertrix-crawler:0.12.4
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
@ -9,7 +9,7 @@ RUN apt-get update \
|
|||
# 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' \
|
||||
'warc2zim==1.5.5' \
|
||||
# placeholder (default output location)
|
||||
&& mkdir -p /output \
|
||||
# disable chrome upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue