Skip to content

Docka v0.7.15

Choose a tag to compare

@Sanix-Darker Sanix-Darker released this 07 Jul 18:50

Docka v0.7.15

Docka v0.7.15 publishes the distributed edition for self-hosted Linux deployments.

Product Highlights

Source range reviewed: v0.7.11..HEAD.

  • Queue provider server cleanup from external ids
  • Add secure distributed deploy wizard
  • expand cli and webhook docs
  • add compact filter chips
  • queue time filter refreshes
  • add cron execution time ranges

SaaS Updates

  • Queue provider server cleanup from external ids
  • Retry Hetzner placement fallback provisioning
  • Fix distributed deploy wizard and Hetzner fallbacks
  • Stabilize observability overlays and provider fallbacks
  • Fix cross-provider migration route registration
  • Harden time range and Hetzner runtime flows
  • Fix Hetzner provisioning and cron detail flows
  • Normalize Hetzner create locations

Distributed Updates

  • Fix distributed deploy wizard and Hetzner fallbacks
  • Fix cross-provider migration route registration
  • Add secure distributed deploy wizard
  • Improve logs storage cron and migration UX
  • Fix provider inventory server schema compatibility
  • fix: keep download events in distributed schema
  • tune distributed agent fingerprint validation
  • repair import database copy schema on startup

Fixes & Patches

  • Fix distributed deploy wizard and Hetzner fallbacks
  • Validate legacy cron redirect target
  • Stabilize observability overlays and provider fallbacks
  • Stabilize fullscreen and release gate E2E
  • Fix cross-provider migration route registration
  • Harden time range and Hetzner runtime flows
  • Fix Hetzner provisioning and cron detail flows
  • Fix floated time range and overlay layering
  • Normalize Hetzner create locations
  • fix app overlays observability provider flows

Distributed Runtime & Packaging

  • Queue provider server cleanup from external ids
  • Fix distributed deploy wizard and Hetzner fallbacks
  • Stabilize fullscreen and release gate E2E
  • Fix cross-provider migration route registration
  • Add secure distributed deploy wizard
  • Harden time range and Hetzner runtime flows
  • Improve logs storage cron and migration UX
  • Harden Box managed database runtime profile

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 --build

Downloads

  • 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.