docker.io 20.10.12-0ubuntu2 source package in Ubuntu

Changelog

docker.io (20.10.12-0ubuntu2) jammy; urgency=medium

  * d/t/docker-in-lxd: Match "file:/" instead of "file:///" on
    copy_local_apt_files.
    The command "apt-get indextargets" returns a URI field with "file:/"
    as the prefix.  We've been trying to match "file:///", which is
    sometimes unsuccessful and leads to errors because the local apt cache
    is not copied over to the container.  We can use "file:/" instead,
    which will work on both scenarios.  It's also not a problem to just
    strip the "file:" prefix, because even paths like "///var/cache" are
    correctly resolved by the filesystem.

 -- Sergio Durigan Junior <email address hidden>  Fri, 14 Jan 2022 14:30:44 -0500

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf i386 ppc64el s390x all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker.io_20.10.12.orig-cli.tar.gz 7.1 MiB fe454b134fb332f2e0ed987dc59532167ddb3fdc1cca0119c424c0b877171c3d
docker.io_20.10.12.orig-engine.tar.gz 10.6 MiB a8ee80d31c7b74f687a837cd2a8570578f118179fba0844c5ee88f90fe180155
docker.io_20.10.12.orig-libnetwork.tar.gz 3.0 MiB b693f2ea6dc2a4a6371d62520581e8f29a54ce090c47b29330792bdf22a5d2e0
docker.io_20.10.12.orig-tini.tar.gz 31.4 KiB 3a3a8d112279caf49fb8a41701b13e8bd0aa150ba65849fbfc7c214717539c3a
docker.io_20.10.12.orig.tar.xz 108 bytes 5ca1b6c461fc194055d52b181f57c63dc1d34c19d041f6395e6f6abc039692bb
docker.io_20.10.12-0ubuntu2.debian.tar.xz 34.3 KiB e084caa5ee64446b64398ee0825dbc364c7c98d9e5a793b48fb15d6b3ac71f8c
docker.io_20.10.12-0ubuntu2.dsc 3.9 KiB 3e99e166ee8a4f075aa2585c6ed22b7acb3ab12e91a89457ed5a4e43de738dc4

View changes file

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.

golang-docker-dev: Transitional package for golang-github-docker-docker-dev

 This is a transitional package to ease upgrades to the
 golang-github-docker-docker-dev package. It can safely be removed.

golang-github-docker-docker-dev: Externally reusable Go packages included with Docker

 These packages are intentionally developed by upstream in such a way that they
 are reusable to projects outside Docker and only rely on each other or other
 external dependencies to be built.

vim-syntax-docker: Docker container engine - Vim highlighting syntax files

 This package provides syntax files for the Vim editor for editing Dockerfiles
 from the Docker container engine.