Name: | docker |
---|---|
Version: | 1.3.2 |
Release: | 1.0.1.el6 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 19317941 |
License: | ASL 2.0 |
RPM: | docker-1.3.2-1.0.1.el6.x86_64.rpm |
Source RPM: | docker-1.3.2-1.0.1.el6.src.rpm |
Build Date: | Tue Nov 25 2014 |
Build Host: | ca-build44.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.docker.com |
Summary: | Automates deployment of containerized applications |
Description: | Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above. |
- Rename requirement of docker-io-pkg-devel in %package devel as docker-pkg-devel - Restore SysV init scripts for Oracle Linux 6 - Require Oracle Unbreakable Enterprise Kernel Release 3 or higher - Rename as docker. - Re-enable btrfs graphdriver support
- Update source to 1.3.2 from https://github.com/docker/docker/releases/tag/v1.3.2 Prevent host privilege escalation from an image extraction vulnerability (CVE-2014-6407). Prevent container escalation from malicious security options applied to images (CVE-2014-6408). The `--insecure-registry` flag of the `docker run` command has undergone several refinements and additions. You can now specify a sub-net in order to set a range of registries which the Docker daemon will consider insecure. By default, Docker now defines `localhost` as an insecure registry. Registries can now be referenced using the Classless Inter-Domain Routing (CIDR) format. When mirroring is enabled, the experimental registry v2 API is skipped.
- Remove pandoc from build reqs
- update to v1.3.1
- Resolves: rhbz#1153936 - update to v1.3.0 - iptables=false => ip-masq=false
- Resolves: rhbz#1139415 - correct path for bash completion /usr/share/bash-completion/completions - sysvinit script update as per upstream commit 640d2ef6f54d96ac4fc3f0f745cb1e6a35148607 - don't own dirs for vim highlighting, bash completion and udev
- Resolves: rhbz#1145660 - support /etc/sysconfig/docker-storage From: Colin Walters <walters@redhat.com> - patch to ignore selinux if it's disabled https://github.com/docker/docker/commit/9e2eb0f1cc3c4ef000e139f1d85a20f0e00971e6 From: Dan Walsh <dwalsh@redhat.com> - Resolves: rhbz#1139415 - correct path for bash completion - init script waits upto 5 mins before terminating daemon
- Resolves: rhbz#1132824 - update to v1.2.0
- Resolves: rhbz#1124036 - update to upstream v1.1.2
- create -devel and -pkg-devel subpackages