Docka v0.7.11
Docka v0.7.11 publishes the distributed edition for self-hosted Linux deployments.
Product Highlights
Source range reviewed: v0.7.10..HEAD.
- add main route skeleton loading state
- add uptime resource prefill
SaaS Updates
- fix billing limits and observability rows
Distributed Updates
- fix schema bootstrap ordering
Fixes & Patches
- fix stale agent reconnect log noise
- fix worker box host ssh known hosts
- fix schema bootstrap ordering
- fix live uptime candidates and function cleanup
- harden app shell route sweep
- fix settings and credential slide forms
- fix functions form hydration
- fix billing limits and observability rows
Distributed Runtime & Packaging
- fix stale agent reconnect log noise
- test worker box host ssh guardrail
- fix worker box host ssh known hosts
- fix schema bootstrap ordering
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 --buildDownloads
- docka-linux-amd64.tar.gz and docka-linux-arm64.tar.gz: distributed server archives with docka-server, docka-worker, Docker Compose bootstrap, dedicated distributed schema, migration SQL files, and one raw matching Linux agent binary under agent-binaries/.
- docka-agent-linux-amd64 and docka-agent-linux-arm64: standalone obfuscated Linux agent binaries.
- docka-cli-linux-amd64.tar.gz and docka-cli-linux-arm64.tar.gz: distributed CLI archives.
- checksums.txt and checksums.txt.sig: SHA256 checksums for every uploaded artifact plus the detached checksum signature.
Compatibility & Notes
- Distributed artifacts are Linux-only for amd64 and arm64.
- Server and worker binaries are garble-compiled.
- Server archives are intended to run without cloning the source repository.