Sign inSign up

readystack/etcd

By readystack

Updated 10 days ago

Image
0

880

readystack/etcd repository overview

etcd

Docker Scout: Grade A Fixable Critical/High CVEs: 0 Signed: cosign

readystack/etcd:v3.6.12-CE-ubuntu24.04-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/etcd-io/etcd v3.6.12 (Apache-2.0), built clean-room from official upstream source by ReadyStack.

What you get

  • Docker Scout Grade A — all 8 default policies pass, 0 fixable Critical/High.
  • Signed — cosign signature by the ReadyStack release key; verify with cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/etcd:v3.6.12-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/etcd:v3.6.12-CE-ubuntu24.04-r1

Deployment

Single container, single static Go binary (CGO-free), foreground process bootstrapping a single-member cluster. etcd IS its own datastore: an embedded bbolt (boltdb) MVCC key-value store on the local filesystem under --data-dir (/data). NO relational/SQL database, NO external store, NO sidecar, NO web UI. The image IS the complete running instance. Ships etcd + etcdctl + etcdutl.

docker run -d --name etcd -p 2379:2379 -p 2380:2380 -v etcd-data:/data readystack/etcd:v3.6.12-CE-ubuntu24.04-r1

The full ReadyStack Agent-ready Archive

The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.

— ReadyStack · readystack.dev

Tag summary

Content type

Image

Digest

sha256:50f0915a9

Size

81.7 MB

Last updated

27 days ago

docker pull readystack/etcd:v3.6.12-CE-ubuntu24.04-r3