Skip to content

Docka v0.8.6

Latest

Choose a tag to compare

@Sanix-Darker Sanix-Darker released this 24 Aug 03:59

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-rc1 deployed from
    d93953367787653baa47e3e9232d85cfd495723e.
  • Staging deployment verifier passed: 88 checks, 0 failures, 0 warnings.
  • Full local Playwright matrix before staging: 4107 passed, 283 skipped,
    0 unexpected failures; the one retry-pass firewall geometry flake was
    stabilized and rerun 20/20 with no retries.
  • Release artifacts were built with the hardened Linux amd64/arm64 release path,
    checksummed, and signed with a detached checksums.txt.sig.

Downloads

  • docka-linux-amd64.tar.gz and docka-linux-arm64.tar.gz: distributed server
    archives with docka-server, docka-worker, Docker Compose bootstrap,
    distributed schema files, and one matching raw Linux agent binary under
    agent-binaries/.
  • docka-agent-linux-amd64 and docka-agent-linux-arm64: standalone 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 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 --build

Replace every change-me value in .env before the first manual
docker compose up. The install script path auto-generates local secrets.