docker.io 1.6.2~dfsg1-1ubuntu4~14.04.1 source package in Ubuntu
Changelog
docker.io (1.6.2~dfsg1-1ubuntu4~14.04.1) trusty; urgency=medium * Backport to Ubuntu 14.04 (LP: #1454719). * Disabled - d/p/lxc.autodev-support.patch to minimise regression risk as it is not relevant for the version of LXC on Trusty (1.0.3-0ubuntu3). - d/p/update-go.net-golang.org.patch: there has been a url canonical name change upstream, but keeping this patch on involves backporting golang to 1.4 which is undesirable for this backport (golang-go.net-dev needs golang-x-text, which does not build successfully without a 1.4 backport). - Wily related fixes: + d/p/golang-1.5-wily.patch to fix FTBFS with golang-1.5 build on wily + d/p/ppc64el-wily.patch to fix ppc64le FTBFS on wily (LP: #1488668) + d/p/libcontainer_arm64_syscall_dup2_to_dup3-c_changes.patch (LP: #1488669) + d/p/libcontainer_arm64_syscall_dup2_to_dup3-golang_changes.patch (LP: #1488669) + d/rules to build with golang-go on arm64 (LP: #1488669) + d/control to build with golang-go on arm64 (LP: #1488669) * Reverted: d/rules: http://anonscm.debian.org/cgit/docker/docker.io.git/diff/?id=b1458f5 commit to preserve docker.io symlink. -- Pierre-André MOREY <email address hidden> Tue, 22 Sep 2015 13:47:53 +0200
Upload details
- Uploaded by:
- Kick In
- Sponsored by:
- Robie Basak
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
docker.io_1.6.2~dfsg1.orig-distribution.tar.gz | 205.2 KiB | ebe3c3fa21446bd5e082919b6d59bef420fdf1d551f686e9863eb9fef75a8b23 |
docker.io_1.6.2~dfsg1.orig-libcontainer.tar.gz | 104.7 KiB | 5b5bc58533808736a51c1359d2b28424731d92e049ba6e638d8c525f31f060b6 |
docker.io_1.6.2~dfsg1.orig-libtrust.tar.gz | 33.2 KiB | 9a9fd6855f9f8ea1b51e3a2865d3d50ad351b4fdc56af5d12653a6a40b53e084 |
docker.io_1.6.2~dfsg1.orig.tar.gz | 806.6 KiB | eabba3fc2da78956e3ac87bdc3d3543730cd9eaa0289077a777d3a7560b4b6f8 |
docker.io_1.6.2~dfsg1-1ubuntu4~14.04.1.debian.tar.xz | 25.4 KiB | 00c9b19f7d2bfd6e7e925dc3786b12564aa4078326f55fc02ef98a06b2717986 |
docker.io_1.6.2~dfsg1-1ubuntu4~14.04.1.dsc | 3.7 KiB | 36a77751bd6b4ce64d6aed77cf136e3bc7e28c930b024395af96bf06e3c42c72 |
Available diffs
Binary packages built by this source
- 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: 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.