Skip to content

Commit 02d6371

Browse files
authored
Merge pull request #38 from pullboxapp/develop
docs: publish LibGen and Anna provider images
2 parents ebcc9cb + 23b914f commit 02d6371

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Optional, separately deployed direct-download discovery providers for
77

88
This repository provides the version-one Pullbox direct-download protocol,
99
Python 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
1212
independently versioned, multi-architecture, scanned, signed, and available
1313
from 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

2423
Each provider will run as an independent, stateless OCI service and implement a
2524
versioned, 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

256253
Pin a numbered version or the immutable digest in production. `latest` tracks
257254
only the newest stable provider release; prerelease and manual `edge` builds do

0 commit comments

Comments
 (0)