0.2.3
Built by b10x-bot from 34b219abed0c8506ac2f89decc78a108c8e2a5fb, the commit this tag names, after
.github/workflows/gate.yml concluded success for it: https://github.com/beyond10x/substrate/actions/runs/33304288575
Image
| image | ghcr.io/beyond10x/b10x-substrate-daemon:0.2.3 |
| digest | sha256:ab10158266b579d705ce8422c7d2a6e783cde950d30e100f61ca6befc4d0beda |
| revision label | 34b219abed0c8506ac2f89decc78a108c8e2a5fb (org.opencontainers.image.revision) |
| platform | linux/amd64 |
Pull by digest, never by tag:
docker pull ghcr.io/beyond10x/b10x-substrate-daemon@sha256:ab10158266b579d705ce8422c7d2a6e783cde950d30e100f61ca6befc4d0bedaVerify the signature
The image is signed keylessly through Sigstore. The certificate identity is the workflow
that built it, so a signature from any other workflow, ref or repository fails:
cosign verify \
--certificate-identity https://github.com/beyond10x/substrate/.github/workflows/release.yml@refs/tags/0.2.3 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
ghcr.io/beyond10x/b10x-substrate-daemon@sha256:ab10158266b579d705ce8422c7d2a6e783cde950d30e100f61ca6befc4d0bedaWhat this release does not claim
- The wire contract bundles remain development bundles. Every bundle under
contracts/substrate-wire/is a development bundle; a signed daemon image makes none
of them a stable published contract. A stable-contract decision is its own ADR under
atlas ADR 0019 (architecture/adr/0019-contract-release-and-conformance.md). - The image's posture is development, not hosted. Its
EXPOSE 8080andVOLUME
describe the static-bearer TCP posture that design 06, section 1, marks
development_only. The hosted trust envelope is accepted in design and not
implemented; do not run this image as a hosted deployment. - The binary is not bit-for-bit reproducible. The digest above is recorded;
reproducing it from source independently is a later milestone. - The delegated execution lane is not exercised by CI. A host without a delegated
cgroup v2 subtree answersexec.sandbox-unavailablerather than running unconfined.