Sign inSign up

sbx/gitlab-kit:latest

Manifest digest

sha256:5db021d11c837ab239e82a915f1ced786084ce8f8ee9835532ef7a875b71554b

Last pushed

6 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:5db021d11c837ab239e82a915f1ced786084ce8f8ee9835532ef7a875b71554b

MIXIN
REQUIRES SECRETS

Installs the GitLab CLI (glab) with proxy-injected personal access token auth for gitlab.com, so agents can work with GitLab projects the way gh works with GitHub.


Credentials
NameServiceRequiredDescription
GITLAB_TOKENgitlabRequiredGitLab personal access token (api scope). Stored on the host; the sandbox only sees a placeholder and the proxy injects the real value on requests to gitlab.com.

Network Egress

gitlab.com:443

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/sbx/gitlab-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