Sign inSign up

sbx/task-kit

Verified Publisher

By Docker, Inc

Updated 13 days ago

Installs the Task CLI so sandbox agents can run Taskfiles.

Sandbox Kit
0

5.8K

sbx/task-kit repository overview

Digest

sha256:d4d6df57cb8c…

Size

2 Bytes

Schema

v2

Pushed

13 days ago

Specificationspec.yaml

MIXIN

Installs the Task CLI so sandbox agents can run Taskfiles.


Network Egress

github.com

objects.githubusercontent.com

release-assets.githubusercontent.com

Apply this mixin to a sandbox

sbx run <agent> --kit sbx/task-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx

Task

A mixin that installs the Task CLI in a sandbox so agents can run Taskfile.yml tasks from the workspace.

Usage

Run it with any agent kit or built-in agent, from its published OCI artifact on Docker Hub:

sbx run --kit "docker.io/sbx/task-kit:latest" claude

Or from a git URL targeting this repo:

sbx run --kit "git+https://github.com/docker/sbx-kits-contrib.git#dir=task" claude

For local development, point --kit at this directory:

sbx run --kit ./task/ claude

After the sandbox starts, task is available on PATH:

task --version
task --list

Versioning

This kit installs Task v3.50.0 from the upstream GitHub release and verifies the release tarball checksum before installing. To update Task, change TASK_VERSION and the per-architecture SHA256 values in spec.yaml.

The initial install supports Linux amd64 and arm64, which cover the normal Docker Desktop sandbox architectures.

This listing is prepared by Docker. All third-party product names, logos, and trademarks are the property of their respective owners and are used solely for identification. Docker claims no interest in those marks, and no affiliation, sponsorship, or endorsement is implied.