@@ -7,8 +7,8 @@ Optional, separately deployed direct-download discovery providers for
77
88This repository provides the version-one Pullbox direct-download protocol,
99Python DTO package, compatibility policy, conformance runner, synthetic
10- reference provider, the official GetComics and Anna's Archive providers, and a
11- release-gated LibGen community provider. Published production images are
10+ reference provider, the official GetComics and Anna's Archive providers, and the
11+ LibGen community provider. Published production images are
1212independently versioned, multi-architecture, scanned, signed, and available
1313from GHCR and Docker Hub.
1414
@@ -18,8 +18,7 @@ from GHCR and Docker Hub.
1818- Anna's Archive: metadata discovery with opt-in member fast-download
1919 resolution; a member secret is required only by the resolve operation.
2020- LibGen: bounded HTML discovery, keyed metadata enrichment, and same-source
21- generic HTTPS resolution with an editable validated source origin. Its image
22- remains independently gated until the LibGen release decision is approved.
21+ generic HTTPS resolution with an editable validated source origin.
2322
2423Each provider will run as an independent, stateless OCI service and implement a
2524versioned, language-neutral Pullbox provider contract.
@@ -248,10 +247,8 @@ either registry; both names resolve to the same signed digest.
248247| Provider | GHCR | Docker Hub |
249248| --- | --- | --- |
250249| GetComics | ` ghcr.io/pullboxapp/pullbox-provider-getcomics:1.0.2 ` | ` docker.io/pullbox/pullbox-provider-getcomics:1.0.2 ` |
251- | Anna's Archive | ` ghcr.io/pullboxapp/pullbox-provider-annas-archive:1.0.1 ` | ` docker.io/pullbox/pullbox-provider-annas-archive:1.0.1 ` |
252-
253- LibGen image publication is intentionally omitted from this table until its
254- independent release gate is approved and a numbered provider release exists.
250+ | Anna's Archive | ` ghcr.io/pullboxapp/pullbox-provider-annas-archive:1.0.2 ` | ` docker.io/pullbox/pullbox-provider-annas-archive:1.0.2 ` |
251+ | LibGen | ` ghcr.io/pullboxapp/pullbox-provider-libgen:1.0.0 ` | ` docker.io/pullbox/pullbox-provider-libgen:1.0.0 ` |
255252
256253Pin a numbered version or the immutable digest in production. ` latest ` tracks
257254only the newest stable provider release; prerelease and manual ` edge ` builds do
0 commit comments