~docker/+git/snap:1.11.x

Last commit made on 2017-04-04
Get this branch:
git clone -b 1.11.x https://git.launchpad.net/~docker/+git/snap
Members of docker can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
1.11.x
Repository:
lp:~docker/+git/snap

Recent commits

8fe93b5... by Loïc Minier

Merge pull request #14 from adglkh/fix-proxy-inherited-1.11

Unset proxy settings from launchpad.

2402080... by Gary.Wang

Do not pass forward any "proxy" related environment variables.

Do not pass forward any "proxy" related environment variables.
Also ditch DESTDIR and replace it with SNAP_PARTS_INSTALL.

7ff08f3... by Gary.Wang

Unset proxy settings from launchpad.

1.We unset http_proxy and https_proxy of launchpad to
avoid the docker getting the inherited values.
2.Move help from src to bin folder to simplify the yaml file.

ead0ba8... by Gary.Wang

Remove account-control interface from yaml file.

f8aefd9... by Gary.Wang

Add the "docker-snap" user and group manually.

account-control interface is reserved for core os snap and can't be
used in docker-snap so we have to add a new user manually.

9fe009d... by Gary.Wang

Make docker-snap works in Ubuntu Core 16 and Ubuntu claasic.

1.Default socket group is changed from docker to docker-snap when snap
is running in UC16.
2.Added helper command line tool.
3.Platform detection by reading /etc/lsb-release not /etc/os-release.

a335ec9... by Mike Dougherty <email address hidden>

Bringing back the key management, for some reason it's still needed (???)

ffc7780... by Mike Dougherty <email address hidden>

Update containerd and runc commits from docker.git:hack/dockerfile/binaries-commits

e77acd2... by Mike Dougherty <email address hidden>

Update runc and containerd to use golang-1.7 as well for consistency

8bd7aa1... by Mike Dougherty <email address hidden>

Don't manipulate keys or do apt-update; launchpad snap config has been set to use yakkety which should have golang-1.7 available