0.2.1.0
Build Service / BuildPackage (push) Canceled after 0s

This commit is contained in:
2026-07-30 11:12:10 -04:00
parent 73ce42e356
commit aff8bcd3f8
5 changed files with 22 additions and 23 deletions
+5 -5
View File
@@ -39,7 +39,7 @@ through a browser-based terminal.
| --- | --- |
| Spaces image | `docker.io/horologger/spaces` |
| Subspaces image | `docker.io/horologger/subs:v0.1.2` |
| Certrelay image | `docker.io/horologger/certrelay:v0.2.3` |
| Certrelay image | `docker.io/horologger/certrelay:v0.2.5` |
| Nacho image | `docker.io/horologger/nacho:v1.0.0` |
| Architectures | `linux/amd64`, `linux/arm64` |
| Entrypoint | StartOS-managed (image entrypoints are **not** used directly) |
@@ -209,7 +209,7 @@ the same idempotent init logic runs and reuses the existing credentials in
create it — create it first from the Space-CLI Web UI with `spaces
createwallet` if you haven't.
8. **Certrelay is always on.** It ships as the prebuilt
`horologger/certrelay:v0.2.3` image (static musl binaries) and runs on
`horologger/certrelay:v0.2.5` image (static musl binaries) and runs on
7778 from service start. It talks to the local spaced over loopback using
the `store.spacedAuth` credentials. The `fabric` and `monitor` binaries are copied to
`/data/bin/` for manual use from the Space-CLI Web UI; neither is auto-started
@@ -250,9 +250,9 @@ spaces balance
package_id: spaces
upstream_version: subspacesplus
images:
spaces: docker.io/horologger/spaces:v0.0.9s(x)
spaces: docker.io/horologger/spaces:v0.2.1
subspaces: docker.io/horologger/subs:v0.1.2
certrelay: docker.io/horologger/certrelay:v0.2.3
certrelay: docker.io/horologger/certrelay:v0.2.5
nacho: docker.io/horologger/nacho:v1.0.0
architectures: [x86_64, aarch64]
volumes:
@@ -329,7 +329,7 @@ subspaces:
- set-subs-prover-credentials
certrelay:
always_on: true
image: horologger/certrelay:v0.2.3 # prebuilt; static musl binaries
image: horologger/certrelay:v0.2.5 # prebuilt; static musl binaries
server_bin: /usr/local/bin/certrelay
fabric_bin: /usr/local/bin/fabric # copied to /data/bin/fabric for the CLI
monitor_bin: /usr/local/bin/monitor # copied to /data/bin/monitor (CLI only; not started)