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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: docker-buildx
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nicolas Peugnet <nicolas@club1.fr>, Reinhard Tartler <siretart@tauware.de>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-golang,
git <!nocheck>,
golang-any,
golang-github-aws-aws-sdk-go-v2-dev,
golang-github-compose-spec-compose-go-dev,
golang-github-containerd-console-dev,
golang-github-containerd-containerd-dev,
golang-github-containerd-continuity-dev,
golang-github-containerd-log-dev,
golang-github-containerd-typeurl-dev,
golang-github-creack-pty-dev,
golang-github-distribution-reference-dev,
golang-github-docker-cli-docs-tool-dev,
golang-github-docker-docker-dev (>= 26.1.5+dfsg1-6),
golang-github-docker-go-units-dev,
golang-github-gofrs-flock-dev,
golang-github-google-shlex-dev,
golang-github-google-uuid-dev,
golang-github-hashicorp-go-cty-funcs-dev,
golang-github-hashicorp-hcl-v2-dev,
golang-github-masterminds-semver-dev,
golang-github-moby-sys-dev,
golang-github-morikuni-aec-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-pelletier-go-toml-dev,
golang-github-pkg-errors-dev,
golang-github-serialx-hashring-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-github-tonistiigi-vt100-dev,
golang-github-zclconf-go-cty-dev,
golang-golang-x-mod-dev,
golang-golang-x-sync-dev,
golang-golang-x-term-dev,
golang-google-grpc-dev,
golang-gopkg-yaml.v3-dev,
golang-k8s-api-dev,
golang-k8s-apimachinery-dev,
golang-k8s-apiserver-dev,
golang-k8s-client-go-dev,
golang-logrus-dev,
golang-opentelemetry-otel-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/docker-buildx
Vcs-Git: https://salsa.debian.org/go-team/packages/docker-buildx.git
Homepage: https://github.com/docker/buildx
XS-Go-Import-Path: github.com/docker/buildx
Package: golang-github-docker-buildx-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-aws-aws-sdk-go-v2-dev,
golang-github-compose-spec-compose-go-dev,
golang-github-containerd-console-dev,
golang-github-containerd-containerd-dev,
golang-github-containerd-continuity-dev,
golang-github-containerd-log-dev,
golang-github-containerd-typeurl-dev,
golang-github-creack-pty-dev,
golang-github-distribution-reference-dev,
golang-github-docker-cli-docs-tool-dev,
golang-github-docker-docker-dev (>= 26.1.5+dfsg1-6),
golang-github-docker-go-units-dev,
golang-github-gofrs-flock-dev,
golang-github-google-shlex-dev,
golang-github-google-uuid-dev,
golang-github-hashicorp-go-cty-funcs-dev,
golang-github-hashicorp-hcl-v2-dev,
golang-github-masterminds-semver-dev,
golang-github-moby-sys-dev,
golang-github-morikuni-aec-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-pelletier-go-toml-dev,
golang-github-pkg-errors-dev,
golang-github-serialx-hashring-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-github-tonistiigi-vt100-dev,
golang-github-zclconf-go-cty-dev,
golang-golang-x-mod-dev,
golang-golang-x-sync-dev,
golang-golang-x-term-dev,
golang-google-grpc-dev,
golang-gopkg-yaml.v3-dev,
golang-k8s-api-dev,
golang-k8s-apimachinery-dev,
golang-k8s-apiserver-dev,
golang-k8s-client-go-dev,
golang-logrus-dev,
golang-opentelemetry-otel-dev,
${misc:Depends},
Description: Docker CLI plugin for extended build capabilities with BuildKit (library)
This package contains the sources of docker-buildx, to be used with
packages that depend on it.
Package: docker-buildx
Section: admin
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Recommends: docker-cli,
Static-Built-Using: ${misc:Static-Built-Using}
Description: Docker CLI plugin for extended build capabilities with BuildKit (program)
buildx is a Docker CLI plugin for extended build capabilities with
BuildKit (https://github.com/moby/buildkit).
.
Key features:
.
* Familiar UI from docker build
* Full BuildKit capabilities with container driver
* Multiple builder instance support
* Multi-node builds for cross-platform images
* Compose build support
* High-level build constructs (bake)
* In-container driver support (both Docker and Kubernetes)
|