docker.io-app 24.0.5-0ubuntu1 source package in Ubuntu
Changelog
docker.io-app (24.0.5-0ubuntu1) mantic; urgency=medium * Update the way MUT are pre-processed and imported. - d/get-orig-source.sh: create a script to be called by uscan when importing a new version. This script is going to fetch all the needed components and combine all the tarballs into a single one. - d/helpers/{real,tini}-upstream-version.sh: create helper scripts to support the d/get-orig-source.sh. They process the upstream version of differente components. - d/watch: update to track just github.com/moby/moby which is the main component of this package, the others are now tracked and fetched by d/get-orig-source.sh. * New upstream version 24.0.5 (LP: #2030500). * The libnetwork component is now shipped inside the engine component. - d/rules: update to build proxy from the new path. - d/docker.io.docs: do not install NOTICE from the removed libnetwork component. - d/copyright: remove all entries for libnetwork component. * Build CLI manpages before build time to avoid downloading modules from the Internet. - d/docker.io.manpages: install manpages from debian/manpages. - d/helpers/build-manpages.sh: create a wrapper for the upstream script to generate manpages and place them in the expected directory. - d/rules: do not try to build manpage during build time, instead, check if the manpages version matches with the upstream one. * Create debian/manpages with debian/helpers/build-manpages.sh. * Do not override dh_strip, it works fine with Go binaries nowadays. - d/docker.io.lintian-overrides: remove unneeded overrides. - d/rules: do not override dh_strip. * d/control: use arch:any instead of hard-coded arches. The list already contains all the supported architectures in all supported releases (non-ESM). * d/control: suggests docker-buildx and docker-compose-v2. * d/README.source: document how to import a new upstream release. * Build with Go 1.20. Let's rely on a fixed version for all supported releases. - d/control: b-d on golang-1.20-go instead of golang-go. - d/rules: add Go 1.20 to $PATH. * d/docker.io.lintian-overrides: ignore statically-linked-binary. This is not a problem for Go binaries. -- Lucas Kanashiro <email address hidden> Wed, 16 Aug 2023 18:32:36 -0300
Upload details
- Uploaded by:
- Lucas Kanashiro
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
docker.io-app_24.0.5.orig.tar.gz | 19.8 MiB | afaeaec500237bccdcbb406be73ac13ab78c18b544f69aad71e090872dc080a5 |
docker.io-app_24.0.5-0ubuntu1.debian.tar.xz | 99.0 KiB | 1876fcd8b08d4e67396144d3e6363ba01bbe47a96cd56358460b15205e2e1f7c |
docker.io-app_24.0.5-0ubuntu1.dsc | 2.3 KiB | 0b05b574da7e52a1ccd7026345a8b73eb97eb3d42b3a910a435cf301f5336ada |
Available diffs
Binary packages built by this source
- docker-doc: Linux container runtime -- documentation
Docker complements kernel namespacing with a high-level API which operates at
the process level. It runs unix processes with strong guarantees of isolation
and repeatability across servers.
.
Docker is a great building block for automating distributed systems:
large-scale web deployments, database clusters, continuous deployment systems,
private PaaS, service-oriented architectures, etc.
.
This package provides documentation for Docker.
- docker.io: Linux container runtime
Docker complements kernel namespacing with a high-level API which operates at
the process level. It runs unix processes with strong guarantees of isolation
and repeatability across servers.
.
Docker is a great building block for automating distributed systems:
large-scale web deployments, database clusters, continuous deployment systems,
private PaaS, service-oriented architectures, etc.
- docker.io-dbgsym: debug symbols for docker.io