Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553708 - app-emulation/docker-1.7.0 version bump
Summary: app-emulation/docker-1.7.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tianon
URL: https://github.com/docker/docker/blob...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-01 08:19 UTC by Dennis Schridde
Modified: 2015-07-04 23:19 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2015-07-01 08:19:18 UTC
1.7.0 (2015-06-16)
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

Build

    Support ${variable:-value} and ${variable:+value} syntax for environment variables
    Support resource management flags --cgroup-parent, --cpu-period, --cpu-quota, --cpuset-cpus, --cpuset-mems
    git context changes with branches and directories
    The .dockerignore file support exclusion rules

Distribution

    Client support for v2 mirroring support for the official registry

Bugfixes

    Firewalld is now supported and will automatically be used when available
    mounting --device recursively


Reproducible: Always
Comment 1 Tianon 2015-07-01 13:38:46 UTC
I've got 1.7.0 in the docker-overlay, it just needs a proxy-maint into tree. :)
Comment 2 Alex Brandt (RETIRED) gentoo-dev 2015-07-01 13:52:16 UTC
@tianion, @xarthisius,

Do you guys mind if I start adding these to the tree when I do my regularly scheduled bumps on Saturdays if you haven't gotten to them?
Comment 3 Tianon 2015-07-01 13:59:27 UTC
I definitely don't mind. :)
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2015-07-01 17:51:59 UTC
(In reply to Alex Brandt from comment #2)
> @tianion, @xarthisius,
> 
> Do you guys mind if I start adding these to the tree when I do my regularly
> scheduled bumps on Saturdays if you haven't gotten to them?

Sure go ahead. Don't forget to add yourself to metadata.xml while you're at it :)
Comment 5 Alex Brandt (RETIRED) gentoo-dev 2015-07-02 14:05:31 UTC
You got it.  I'll add it to my weekly work but don't be afraid to bump if you have time during the week @xarthisius.
Comment 6 Alex Brandt (RETIRED) gentoo-dev 2015-07-04 23:19:17 UTC
Alright, added this to tree as well.  Let me know if there is anything else.