mancube/dagron-frontend)⛔ Discontinued — 0.8.1 is the last tag
The console now ships inside
mancube/dagron-api, which serves it at/with the API under/apion the same origin. This image is a Node runtime with nothing left to do, and it is 281 MB against the 16 MB the console actually needs.Migrating: drop the
frontendservice and its:3000publish, and open the API's port instead. One origin means no proxy — which also fixes live updates, since the proxy this image ran bufferedtext/event-streamand never opened it.This image is no longer published. The plan was to keep publishing it until 1.0.0 so a pinned tag would not vanish underneath anyone, but the same change that moved the console made the image unbuildable: the console now builds with
output: "export", which emitsout/and never the.next/standalonethis image ran. Nor would repointing it help — the console calls/apias a relative path and the proxy is gone, so served from anywhere butdagron-apievery call 404s.A tag that builds into a dead console is worse than no tag. 0.8.1 is the last working release;
mancube/dagron-apicarries the console from 0.9 onward.
The dagron operator console — a Next.js UI for workflows, runs, schedules, and metrics, talking to dagron-api.
mancube/dagron-frontend — Next.js standalone server on a Chainguard (distroless, Wolfi) node base, runs nonroot (uid 65532). Frozen at 0.8.1.linux/amd64, linux/arm64node server.js · Exposes: 3000dagron-api (the auth + management API)0.8.1 is the last tag. Nothing newer will be pushed. latest and 0.8
still resolve to it; treat all three as frozen.
docker run -p 8080:8080 mancube/dagron-api:0.9.1
# then open http://localhost:8080 (same admin user, same session cookie)
The console is at / and the API under /api on that one port. Nothing to
configure: the old DAGRON_API_URL build arg existed because this image baked a
Next.js rewrite destination at build time, and there is no rewrite any more —
the console calls /api on its own origin.
For the full stack use compose.quickstart.yaml in the repo, or the Helm chart
(oci://registry-1.docker.io/mancube/dagron), where frontend.enabled is
false and the ingress routes / to dagron-api.
Content type
Image
Digest
sha256:d8d3a30b9…
Size
88.6 MB
Last updated
24 days ago
docker pull mancube/dagron-frontend