Revisions of docker

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 402450 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 35)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 396998 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 34)
- Fix udev files ownership (forwarded request 396996 from jordimassaguerpla)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 393252 from Aleksa Sarai's avatar Aleksa Sarai (cyphar) (revision 33)
Update to Docker 1.11.1. The changelog changes are due to OBS and IBS being
synced, and were ok'd by maintainence. From this point onwards, all updates to
Docker packages will be sourced from Virtualization:containers. This request
goes together with request 392078 and 393249.

In addition, this includes a patch to fix a vulnerability in Docker <= 1.11.1.
This patch is upstream but was merged after the 1.11.x merge window.
CVE-2016-3697. bsc#976777.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 381303 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 31)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 351322 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 30)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 347073 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 28)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 345481 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 27)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 339966 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 25)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 334778 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 24)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 330936 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 23)
- Update docker to 1.8.2 version
  see detailed changelog in
  https://github.com/docker/docker/releases/tag/v1.8.2 
- devicemapper: fix zero-sized field access 
  Fix issue #15279: does not build with Go 1.5 tip
  Due to golang/go@7904946
  the devices field is dropped.
  This solution works on go1.4 and go1.5
  See more in https://github.com/docker/docker/pull/15404
  
  This fix was not included in v1.8.2. See previous link
  on why.
  fix_15279.patch: contains the patch for issue#15279
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 324525 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 21)
- Update to docker 1.8.1(bsc#942369 and bsc#942370):
  - Fix a bug where pushing multiple tags would result in invalid images
- Update to docker 1.8.0:
  see detailed changelog in
  https://github.com/docker/docker/releases/tag/v1.8.0 
- remove docker-netns-aarch64.patch: This patch was adding 
   vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
  which is now included upstream, so we don't need this patch anymore
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 318457 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 20)
- Exclude archs where docker does not build. Otherwise it gets into
  and infinite loop when building.
  We'll fix that later if we want to release for those archs.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 317983 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 19)
fix build fail with debuginfo enabled by running fdupes
and...

- Update to 1.7.1 (2015-07-14) (bnc#938156)
Runtime
    Fix default user spawning exec process with docker exec
    Make --bridge=none not to configure the network bridge
    Publish networking stats properly
    Fix implicit devicemapper selection with static binaries
    Fix socket connections that hung intermittently
    Fix bridge interface creation on CentOS/RHEL 6.6
    Fix local dns lookups added to resolv.conf
    Fix copy command mounting volumes
    Fix read/write privileges in volumes mounted with --volumes-from
Remote API
    Fix unmarshalling of Command and Entrypoint
    Set limit for minimum client version supported
    Validate port specification
    Return proper errors when attach/reattach fail
Distribution
    Fix pulling private images
    Fix fallback between registry V2 and V1
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 315847 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 18)
- Exclude init scripts other than systemd from the test-package 

- Exclude intel 32 bits arch. Docker does not built on that. Let's
  make it explicit. 

- rediff ignore-dockerinit-checksum.patch, gcc-go-build-static-libgo.patch
  to make them apply again.
- introduce go_arches for architectures that use the go compiler
  instead of gcc-go
- add docker-netns-aarch64.patch: Add support for AArch64
- enable build for aarch64

- Build man pages only on platforms where gc compiler is available.

- Updated to 1.7.0 (2015-06-16) - bnc#935570
  * Runtime
    - Experimental feature: support for out-of-process volume plugins
    - The userland proxy can be disabled in favor of hairpin NAT using the daemon’s `--userland-proxy=false` flag
    - The `exec` command supports the `-u|--user` flag to specify the new process owner
    - Default gateway for containers can be specified daemon-wide using the `--default-gateway` and `--default-gateway-v6` flags
    - The CPU CFS (Completely Fair Scheduler) quota can be set in `docker run` using `--cpu-quota`
    - Container block IO can be controlled in `docker run` using`--blkio-weight`
    - ZFS support
    - The `docker logs` command supports a `--since` argument
    - UTS namespace can be shared with the host with `docker run --uts=host`
  * Quality
    - Networking stack was entirely rewritten as part of the libnetwork effort
    - Engine internals refactoring
    - Volumes code was entirely rewritten to support the plugins effort
    - Sending SIGUSR1 to a daemon will dump all goroutines stacks without exiting
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 308633 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
Automatic submission by obs-autosubmit
Displaying revisions 121 - 140 of 155
openSUSE Build Service is sponsored by