docker.io 18.09.7-0ubuntu1~16.04.4 source package in Ubuntu

Changelog

docker.io (18.09.7-0ubuntu1~16.04.4) xenial-security; urgency=medium

  * No change rebuild for the -security pocket

docker.io (18.09.7-0ubuntu1~16.04.1) xenial; urgency=medium

  * Backport to 16.04 (LP: #1834690).
  * Version dependency on containerd.
  * Revert "Let dh_systemd install .service file: replace .install file entry
    with symlink"
  * Build with golang-1.10-go package.
  * Relax the build dependency on debhelper.
  * Build depend on btrfs-tools, not libbtrfs-dev or btrfs-progs.
  * Re-add build-depends on dh-systemd

docker.io (18.09.7-0ubuntu1) eoan; urgency=medium

  * Update to 18.09.7. (LP: #1834690)
    - Includes fix for CVE-2018-15664.

docker.io (18.09.5-0ubuntu1) disco; urgency=medium

  * Update to 18.09.5.

docker.io (18.09.3-0ubuntu1) disco; urgency=medium

  * Update to 18.09.3.
    - update d/upstream-version-commits
    - refresh d/patches/docker-prefix.patch to maintain dependence on
      docker-specific containerd daemon.
    - remove d/patches/0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch,
      now included upstream.
  * Stop bundling containerd and runc and instead depend on the containerd
    package from the archive.

docker.io (18.09.2-0ubuntu1) disco; urgency=medium

  * Update to 18.09.2, including fix for CVE-2019-5736.
    - Convert components/engine/git-bundles/CVE-2019-5736.bundle into
      d/patches/0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch.
    - Hard code RUNC_COMMIT in d/rules for now.

docker.io (18.09.1-0ubuntu2) disco; urgency=medium

  * Update "docker-prefix.patch" to also fix "docker.service"

docker.io (18.09.1-0~ubuntu1) disco; urgency=medium

  [ Michael Hudson-Doyle ]
  * d/tests/docker-in-lxd: Increase timeout passed to lxd waitready.

  [ Tianon Gravi ]
  * Update to 18.09.1 upstream release

  [ Michael Hudson-Doyle ]
  * d/rules: Empty XDG_RUNTIME_DIR when smoke testing runc to avoid it doing
    silly things.
  * d/golang-github-docker-docker-dev.install: install some more go packages
    that other packages in the archive depend on.

docker.io (18.06.1-0ubuntu2) disco; urgency=medium

  * Fix containerd/runc embedded commit values
  * Add "libsystemd-dev" to "Build-Depends" (LP: #1802979)

 -- Mike Salvatore <email address hidden>  Mon, 01 Jul 2019 15:31:53 -0400

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf i386 ppc64el s390x all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker.io_18.09.7.orig-libnetwork.tar.gz 2.6 MiB ae535f0fdac2856db4184364b16874ee77dc6d3fd258f2b7a55ab7f1f76bc8f6
docker.io_18.09.7.orig-tini.tar.gz 31.4 KiB 287d08575ae8825c1e8fd5f783104df7a26a88046a2d34d46c986348f5e0cadb
docker.io_18.09.7.orig.tar.gz 14.6 MiB f05dc15f5c11635472534c3aaf759c39c1bba842dd1ac23059431c2fd1ae1795
docker.io_18.09.7-0ubuntu1~16.04.4.debian.tar.xz 31.7 KiB 2e2e5a52c6bd1e0f1b5e0102737253c71a736ee2cb1d1503429ae253befc878b
docker.io_18.09.7-0ubuntu1~16.04.4.dsc 3.3 KiB 15a7906957831db7b4c80e2f72157d9c4090a60850759566cea1d2e21c350293

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 contains the daemon and client. Using docker.io on non-amd64 hosts
 is not supported at this time. Please be careful when using it on anything
 besides amd64.
 .
 Also, note that kernel version 3.8 or above is required for proper operation of
 the daemon process, and that any lower versions may have subtle and/or glaring
 issues.
 .
 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.
 .
 This package contains the daemon and client. Using docker.io on non-amd64 hosts
 is not supported at this time. Please be careful when using it on anything
 besides amd64.
 .
 Also, note that kernel version 3.8 or above is required for proper operation of
 the daemon process, and that any lower versions may have subtle and/or glaring
 issues.

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.