1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: golang-github-containers-toolbox
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Hayley Hughes <hayley@foxes.systems>,
Build-Depends:
debhelper-compat (= 13),
apache2-utils <!nocheck>,
bash-completion,
bats <!nocheck>,
fakeroot,
go-md2man,
golang-dbus-dev,
golang-github-briandowns-spinner-dev,
golang-github-docker-go-units-dev,
golang-github-fatih-color-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-harrymichal-go-version-dev,
golang-github-inconshreveable-mousetrap-dev,
golang-github-konsorten-go-windows-terminal-sequences-dev,
golang-github-mattn-go-colorable-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev (>= 1.7.0~),
golang-go,
golang-golang-x-crypto-dev,
golang-golang-x-sys-dev,
libsubid-dev,
meson,
podman,
pkgconf,
skopeo <!nocheck>,
shellcheck <!nocheck>,
systemd-dev,
Standards-Version: 4.6.0
Homepage: https://containertoolbx.org/
Vcs-Browser: https://salsa.debian.org/debian/podman-toolbox
Vcs-Git: https://salsa.debian.org/debian/podman-toolbox.git
XS-Go-Import-Path: github.com/containers/toolbox
Package: podman-toolbox
Architecture: any
Depends:
flatpak,
podman,
uidmap,
${misc:Depends},
${shlibs:Depends},
${toolbx:Depends},
Recommends:
bash-completion,
Built-Using:
${misc:Built-Using},
Provides: toolbx
Description: unprivileged development environment using containers
Toolbx is a tool which allows the use of containerised command line
environments. It offers a familiar package based environment for
developing and debugging software that runs fully unprivileged using Podman.
.
A toolbx container is a fully mutable container; when you see yum install
ansible for example, that's something you can do inside your toolbx
container, without affecting the base operating system.
.
Toolbx used to be known as Container Toolbox.
|