Sign inSign up

readystack/seaweedfs

By readystack

Updated 30 days ago

Image
0

3.3K

readystack/seaweedfs repository overview

SeaweedFS

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

readystack/seaweedfs:4.39-CE-ubuntu24.04-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/seaweedfs/seaweedfs 4.39 (Apache-2.0 — distributed S3-compatible object storage), 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/seaweedfs:4.39-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/seaweedfs:4.39-CE-ubuntu24.04-r1

Deployment

Single container, single static Go binary (weed, CGO-free), foreground weed server -s3. Master+volume+filer+S3 in one process: S3 API on :8333, filer HTTP on :8888, master on :9333. Object storage — data + metadata under /data. NO SQL DB, NO sidecar (production scales master/volume/filer as separate roles; this image is the single-node S3 endpoint).

docker run -d --name seaweedfs -p 8333:8333 -p 8888:8888 -p 9333:9333 -v seaweedfs-data:/data readystack/seaweedfs:4.39-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:d455b3132

Size

103 MB

Last updated

30 days ago

docker pull readystack/seaweedfs:4.39-CE-ubuntu24.04-r2