You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`.github/workflows/build-ohttp-probe.yml` — builds and publishes the probe
15
+
image from this repo.
16
+
17
+
## Published images
18
+
19
+
Both images are public on GHCR (anonymous pull works):
20
+
21
+
| Image | Source | Tags |
22
+
|---|---|---|
23
+
|`ghcr.io/worldcoin/ohttp-tools/ohttp-gateway`|`cloudflare/privacy-gateway-server-go` (pinned via `VERSION` in the build workflow) |`latest`, `<version>` (e.g. `v0.0.3`) |
24
+
|`ghcr.io/worldcoin/ohttp-tools/ohttp-probe`| this repo, `ohttp-probe/Dockerfile`|`sha-<full-sha>`|
25
+
26
+
Both images are `linux/amd64` only.
27
+
28
+
To bump the gateway version, edit `VERSION` in
29
+
`.github/workflows/build-ohttp-gateway.yml` and merge — the workflow rebuilds
30
+
on `main`.
31
+
32
+
## Local development
33
+
34
+
The probe is a self-contained Go module — see
35
+
[`ohttp-probe/README.md`](./ohttp-probe/README.md) for build and command
0 commit comments