forked from pool/docker
Accepting request 247056 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/247056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=5
This commit is contained in:
parent
79162f7c36
commit
32a23ee11a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f37d39144b7495820a80c8af8aaf7a4e6fe5bf08c1f767c34a00f2b6b6baa76
|
||||
size 6442718
|
3
docker-1.2.0.tar.bz2
Normal file
3
docker-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dece4fdbad85fc50d47c37917c7c05f969fa862b30418e850399e134e6227cd
|
||||
size 6814292
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 07:49:48 UTC 2014 - fcastelli@suse.com
|
||||
|
||||
- Upgraded to version 1.2.0:
|
||||
* Runtime:
|
||||
- Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
|
||||
- Auto-restart containers using policies
|
||||
- Use /var/lib/docker/tmp for large temporary files
|
||||
- `--cap-add` and `--cap-drop` to tweak what linux capability you want
|
||||
- `--device` to use devices in containers
|
||||
* Client:
|
||||
- `docker search` on private registries
|
||||
- Add `exited` filter to `docker ps --filter`
|
||||
- `docker rm -f` now kills instead of stop
|
||||
- Support for IPv6 addresses in `--dns` flag
|
||||
* Proxy:
|
||||
- Proxy instances in separate processes
|
||||
- Small bug fix on UDP proxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 8 15:31:41 UTC 2014 - fcastelli@suse.com
|
||||
|
||||
|
10
docker.spec
10
docker.spec
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_version d84a070
|
||||
%define git_version fa7b24f
|
||||
|
||||
Name: docker
|
||||
Version: 1.1.2
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: The Linux container runtime
|
||||
License: Apache-2.0
|
||||
@ -36,7 +36,7 @@ Patch0: 0002-Stripped-dockerinit-binary.patch
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: device-mapper-devel >= 1.2.68
|
||||
BuildRequires: glibc-devel-static
|
||||
BuildRequires: go >= 1.2
|
||||
BuildRequires: go >= 1.3
|
||||
BuildRequires: libapparmor-devel
|
||||
BuildRequires: libbtrfs-devel >= 3.8
|
||||
BuildRequires: procps
|
||||
@ -96,9 +96,7 @@ cp %{SOURCE7} .
|
||||
%build
|
||||
%{go_disable_brp_strip_static_archive}
|
||||
|
||||
export GOPATH=`pwd`/vendor
|
||||
mkdir vendor/src/github.com/dotcloud
|
||||
ln -s `pwd` vendor/src/github.com/dotcloud/
|
||||
export AUTO_GOPATH=1
|
||||
export DOCKER_BUILDTAGS="exclude_graphdriver_aufs apparmor selinux"
|
||||
export DOCKER_GITCOMMIT=%{git_version}
|
||||
./hack/make.sh dynbinary
|
||||
|
Loading…
Reference in New Issue
Block a user