Sign inSign up

readystack/portainer

By readystack

Updated 1 day ago

Image
0

1.2K

readystack/portainer repository overview

Portainer CE

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

readystack/portainer:2.39.4-CE-ubuntu24.04-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/portainer/portainer v2.39.4 (Zlib), 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/portainer:2.39.4-CE-ubuntu24.04-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/portainer:2.39.4-CE-ubuntu24.04-r1

Deployment

Single container, one static CGO-free Go binary (portainer) that serves a web UI + a REST API + an Edge reverse-tunnel server, all in one foreground process. Portainer is a container-management GUI for Docker / Docker Swarm / Kubernetes. ALL state - users, environments, stacks, settings, edge configs - lives in an EMBEDDED bbolt key-value database at /data/portainer.db that the server creates + migrates itself; NO external/relational DB, NO docker-compose, NO sidecar. The on-disk web frontend (dist/public) is served from /opt/portainer/public. The image IS the complete running instance.

docker run -d --name portainer -p 9000:9000 -p 9443:9443 -v portainer-data:/data -v /var/run/docker.sock:/var/run/docker.sock readystack/portainer:2.39.4-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:0c3965a67

Size

150.3 MB

Last updated

6 months ago

docker pull readystack/portainer