docker-sbx-bin

LOW
maintainer czyt 0 votes scanned 2026-08-19 13:41:59.633391
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: czyt <czytcn@gmail.com>
2pkgname=docker-sbx-bin
3pkgver=0.38.0
4pkgrel=1
5pkgdesc="Run AI coding agents in isolated Docker microVM sandboxes"
6arch=('x86_64' 'aarch64')
7url="https://www.docker.com/products/docker-sandboxes/"
8license=(
9 'LicenseRef-Docker-Proprietary'
10 'GPL-2.0-only'
11 'GPL-2.0-or-later'
12 'Apache-2.0'
13 'MIT'
14)
15options=('!debug')
16depends=(
17 'dbus'
18 'e2fsprogs'
19 'glibc'
20 'libgcc'
21 'lz4'
22 'xxhash'
23 'zlib'
24 'zstd'
25)
26optdepends=(
27 'apparmor: nerdbox shim confinement and unprivileged user namespaces'
28 'gnome-keyring: Secret Service credential storage'
29 'keepassxc: Secret Service credential storage'
30 'kwallet: Secret Service credential storage'
31)
32provides=('docker-sbx' 'sbx')
33conflicts=('docker-sbx' 'sbx')
34_releases_url="https://github.com/docker/sbx-releases"
35source_x86_64=("${pkgname}-${pkgver}-amd64.tar.gz::${_releases_url}/releases/download/v${pkgver}/DockerSandboxes-linux-amd64.tar.gz")
36source_aarch64=("${pkgname}-${pkgver}-arm64.tar.gz::${_releases_url}/releases/download/v${pkgver}/DockerSandboxes-linux-arm64.tar.gz")
37sha256sums_x86_64=('9ebcea831d4d270e25ae1777bf15e24756abfbf8791ad27294754682838ed00b')
38sha256sums_aarch64=('051fdf8349f8a66db47a990e11a30cd1d2e013ac6c8e42e48c072bfcec06a1d5')
39
40package() {
41 local _src="${srcdir}/docker-sbx"
42 local _libexec="${pkgdir}/usr/libexec"
43
44 install -Dm755 "${_src}/sbx" "${pkgdir}/usr/bin/sbx"
45 install -Dm755 "${_src}/containerd-shim-nerdbox-v1" \
46 "${_libexec}/containerd-shim-nerdbox-v1"
47 install -Dm755 "${_src}/mkfs.erofs" "${_libexec}/mkfs.erofs"
48 install -Dm755 "${_src}/libsailor.so" "${_libexec}/lib/libsailor.so"
49
50 if [[ -f "${_src}/containerd-shim-nerdbox-gpu-v1" ]]; then
51 install -Dm755 "${_src}/containerd-shim-nerdbox-gpu-v1" \
52 "${_libexec}/containerd-shim-nerdbox-gpu-v1"
53 fi
54
55 local _file
56 for _file in "${_src}"/nerdbox-kernel-* "${_src}"/nerdbox-rootfs-*.erofs; do
57 [[ -f "${_file}" ]] && install -Dm644 "${_file}" "${_libexec}/$(basename "${_file}")"
58 done
59
60 install -Dm644 "${_src}/apparmor-profile" \
61 "${pkgdir}/etc/apparmor.d/docker-sbx-nerdbox-shim"
62 install -Dm644 "${_src}/LICENSE" \
63 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
64 install -Dm644 "${_src}/THIRD-PARTY-NOTICES" \
65 "${pkgdir}/usr/share/licenses/${pkgname}/THIRD-PARTY-NOTICES"
66}
67

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 13:41:59 Low 1
2026-08-15 00:26:13 Clean 2
2026-08-14 03:27:23 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion