Docka v0.8.0
Docka v0.8.0
Docka v0.8.0 publishes the distributed edition for self-hosted Linux deployments.
Product Highlights
Source range reviewed: v0.7.15..HEAD.
- Add server and box I/O metrics charts
- Add guarded preview steps to long slide forms
SaaS Updates
- Share Hetzner fallback helpers with distributed builds
Distributed Updates
- Fix distributed settings SSH key rendering
- Share Hetzner fallback helpers with distributed builds
- Fix migration storage and cron regressions
- Fix navigation and migration cleanup regressions
Fixes & Patches
- fix: stabilize resource sorting and runtime navigation
- Fix public CSS cache busting
- Fix distributed settings SSH key rendering
- Fix migration storage and cron regressions
- Fix navigation and migration cleanup regressions
Distributed Runtime & Packaging
- fix: stabilize resource sorting and runtime navigation
- Ensure server I/O metrics columns migrate on deploy
- Add server and box I/O metrics charts
- Fix distributed settings SSH key rendering
- Share Hetzner fallback helpers with distributed builds
- Improve resource UX and release gate coverage
- Fix migration storage and cron regressions
- Fix navigation and migration cleanup regressions
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.