mirror of
https://github.com/openzim/zimit.git
synced 2025-09-09 23:31:21 -04:00
Merge branch 'main' into zimit2
This commit is contained in:
commit
909b6e3da8
@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Using `warc2zim2` warc2zim ⚠️ change before releasing!
|
- Using `warc2zim2` warc2zim ⚠️ change before releasing!
|
||||||
- Build temporary `zimit2` Docker image for testing ⚠️ remove 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
|
### Added
|
||||||
|
|
||||||
- New `--build` parameter (optional) to specify the directory holding Browsertrix files ; if not set, `--output`
|
- New `--build` parameter (optional) to specify the directory holding Browsertrix files ; if not set, `--output`
|
||||||
|
@ -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
|
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user