File: control

package info (click to toggle)
golang-github-appc-docker2aci 0.17.2%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: sh: 221; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 2,042 bytes parent folder | download | duplicates (2)
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
Source: golang-github-appc-docker2aci
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-go,
    golang-github-appc-spec-dev (>= 0.8.11~),
    golang-github-coreos-ioprogress-dev,
    golang-github-coreos-pkg-dev (>= 2~),
    golang-github-docker-distribution-dev (>= 2.3.1~),
    golang-github-klauspost-pgzip-dev,
    golang-github-opencontainers-image-spec-dev
Standards-Version: 4.1.4
Homepage: https://github.com/appc/docker2aci
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-appc-docker2aci
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-appc-docker2aci.git
XS-Go-Import-Path: github.com/appc/docker2aci

Package: golang-github-appc-docker2aci-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
    golang-github-appc-spec-dev (>= 0.8.11~),
    golang-github-coreos-ioprogress-dev,
    golang-github-coreos-pkg-dev (>= 2~),
    golang-github-docker-distribution-dev (>= 2.3.1~),
    golang-github-klauspost-pgzip-dev,
    golang-github-opencontainers-image-spec-dev
Description: library to convert Docker images to ACIs
 docker2aci is a Golang library that converts Docker images to
 ACI (https://github.com/appc/spec/blob/master/SPEC.md#app-container-image).

Package: docker2aci
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: CLI tool to convert Docker images to ACIs
 docker2aci is a CLI binary that converts Docker images to ACI
 (https://github.com/appc/spec/blob/master/SPEC.md#app-container-image).
 It takes as input either a file generated by "docker save" or a Docker
 registry URL. It gets all the layers of a Docker image and squashes them
 into an ACI image. Optionally, it can generate one ACI for each layer,
 setting the correct dependencies.