Docka v0.8.6
Docka v0.8.6 publishes the distributed edition for self-hosted Linux
deployments and includes the SaaS product batch validated on staging as
0.8.6-rc1.
Source range reviewed: v0.8.5..d93953367787653baa47e3e9232d85cfd495723e.
Product Highlights
- Fixed auth lockout dialog close placement on
/login,/register, and
/forgot-password. - Added Datadog-style drag-to-zoom selection for the logs histogram.
- Stabilized logs filters and recent-search controls so loading states do not
distort select/input height. - Added tab-key navigation for tabbed pages when no visible form is dirty.
- Added a full notifications page and routed "View all notifications" to it.
- Added billing invoice history and a due-amount summary that includes plan
estimate plus Box runtime usage. - Hardened resource delete ownership checks and resource history attribution.
- Fixed resource-health skeleton overlays and scoped resource-history deep links.
- Added bilingual legal/privacy/DPA/browser-disclosure pages used by the public
SaaS surface.
Validation
- SaaS staging
0.8.6-rc1deployed from
d93953367787653baa47e3e9232d85cfd495723e. - Staging deployment verifier passed:
88checks,0failures,0warnings. - Full local Playwright matrix before staging:
4107passed,283skipped,
0unexpected failures; the one retry-pass firewall geometry flake was
stabilized and rerun20/20with no retries. - Release artifacts were built with the hardened Linux amd64/arm64 release path,
checksummed, and signed with a detachedchecksums.txt.sig.
Downloads
docka-linux-amd64.tar.gzanddocka-linux-arm64.tar.gz: distributed server
archives withdocka-server,docka-worker, Docker Compose bootstrap,
distributed schema files, and one matching raw Linux agent binary under
agent-binaries/.docka-agent-linux-amd64anddocka-agent-linux-arm64: standalone Linux
agent binaries.docka-cli-linux-amd64.tar.gzanddocka-cli-linux-arm64.tar.gz: distributed
CLI archives.checksums.txtandchecksums.txt.sig: SHA256 checksums plus detached
signature.
Start Docka Locally
curl -L -o docka-linux-amd64.tar.gz https://github.com/docka-dev/docka-releases/releases/latest/download/docka-linux-amd64.tar.gz
mkdir docka-distributed
tar -xzf docka-linux-amd64.tar.gz -C docka-distributed
cd docka-distributed
cp .env.example .env
docker compose --env-file .env up -d --buildReplace every change-me value in .env before the first manual
docker compose up. The install script path auto-generates local secrets.