Merge branch 'main' into zimit2

This commit is contained in:
benoit74 2024-01-18 09:27:00 +01:00
commit 909b6e3da8
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Using `warc2zim2` warc2zim ⚠️ change before releasing!
- Build temporary `zimit2` Docker image for testing ⚠️ remove before releasing!
## [1.6.3] - 2024-01-18
### Changed
- Adapt to new `warc2zim` code structure
- Using browsertrix-crawler 0.12.4
- Using warc2zim 1.5.5
### Added
- New `--build` parameter (optional) to specify the directory holding Browsertrix files ; if not set, `--output`

View File

@ -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 \