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
|
Source: golang-github-containers-image
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-golang,
go-md2man,
golang-github-acarl005-stripansi-dev,
golang-github-burntsushi-toml-dev,
golang-github-containers-libtrust-dev,
golang-github-containers-ocicrypt-dev,
golang-github-containers-storage-dev (>= 1.50),
golang-github-coreos-bbolt-dev (>= 1.3.3~),
golang-github-docker-distribution-dev,
golang-github-docker-docker-credential-helpers-dev,
golang-github-docker-docker-dev,
golang-github-docker-go-connections-dev,
golang-github-fullsailor-pkcs7-dev,
golang-github-ghodss-yaml-dev,
golang-github-imdario-mergo-dev,
golang-github-klauspost-pgzip-dev,
golang-github-manifoldco-promptui-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-moby-sys-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc4),
golang-github-opencontainers-selinux-dev (>= 1.11),
golang-github-ostreedev-ostree-go-dev,
golang-github-pkg-errors-dev,
golang-github-pquerna-ffjson-dev,
golang-github-proglottis-gpgme-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev,
golang-github-sigstore-sigstore-dev,
golang-github-sirupsen-logrus-dev,
golang-github-stretchr-testify-dev,
golang-github-sylabs-sif-dev (>> 2.3.1),
golang-github-ulikunitz-xz-dev,
golang-github-vbatts-tar-split-dev,
golang-github-vbauerster-mpb-dev (>= 8),
golang-github-xeipuuv-gojsonschema-dev,
golang-go,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
golang-gopkg-cheggaaa-pb.v1-dev,
libbtrfs-dev,
libdevmapper-dev,
Standards-Version: 4.6.1
Homepage: https://github.com/containers/image
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-image
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-image.git
XS-Go-Import-Path: github.com/containers/image
Testsuite: autopkgtest-pkg-go
Package: golang-github-containers-image
Architecture: all
Depends: ${misc:Depends}
Replaces: buildah (<< 1.17.1+dfsg1-2)
Description: Configuration files and manpages for github.com/containers repositories
This package contains documentation and configuration files for use by
other container projects.
Package: golang-github-containers-image-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-acarl005-stripansi-dev,
golang-github-burntsushi-toml-dev,
golang-github-containers-libtrust-dev,
golang-github-containers-ocicrypt-dev,
golang-github-containers-storage-dev (>= 1.50),
golang-github-coreos-bbolt-dev (>= 1.3.3~),
golang-github-docker-distribution-dev,
golang-github-docker-docker-credential-helpers-dev,
golang-github-docker-docker-dev,
golang-github-docker-go-connections-dev,
golang-github-ghodss-yaml-dev,
golang-github-imdario-mergo-dev,
golang-github-klauspost-pgzip-dev,
golang-github-manifoldco-promptui-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-moby-sys-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc4),
golang-github-opencontainers-selinux-dev (>= 1.11),
golang-github-ostreedev-ostree-go-dev,
golang-github-pkg-errors-dev,
golang-github-proglottis-gpgme-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev (>> 0.7),
golang-github-sigstore-sigstore-dev,
golang-github-sirupsen-logrus-dev,
golang-github-stretchr-testify-dev,
golang-github-sylabs-sif-dev (>> 2.3.1),
golang-github-theupdateframework-go-tuf-dev,
golang-github-ulikunitz-xz-dev,
golang-github-vbatts-tar-split-dev,
golang-github-vbauerster-mpb-dev (>= 8),
golang-github-xeipuuv-gojsonschema-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
golang-gopkg-cheggaaa-pb.v1-dev,
Description: golang library to work with containers' images
This library aims at working in various way with containers' images and
container image registries and allows an application to pull and push
images from container image registries, like the upstream docker
registry. It also implements "simple image signing".
|