~docker/+git/snap:17.06

Last commit made on 2018-01-03
Get this branch:
git clone -b 17.06 https://git.launchpad.net/~docker/+git/snap
Members of docker can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
17.06
Repository:
lp:~docker/+git/snap

Recent commits

f470c1f... by Gary.Wang

Merge branch '17.06.2-ce-1' of https://github.com/adglkh/docker-snap into 17.06

3403a55... by Gary.Wang

Bump to docker compose to 1.18.0 and fix failed spread test case.

b187ccd... by Gary.Wang

Enable realRoot instead of pivot_root in linux.

When people choose a storage backend like overlay, btrfs in docker snap,
we actually failed to change to new root after pivot_root, which causes
apparmor denails during applying the layer.
We now use actual chroot to work around this.
Related bugs: lp:1703974, 1703988.

7863bb3... by Gary.Wang

Merge branch '17.06.2' of https://github.com/docker/docker-snap

b820885... by Gary.Wang

Merge branch '17.06.2' of https://github.com/docker/docker-snap

df9a1a3... by Gary.Wang

Merge branch 'spread-test' of https://github.com/docker/docker-snap

9b362b1... by Gary.Wang

Bump version to 17.06.2-ce.

fb7d0f3... by Gary.Wang

Use builtin helper function(MATCH) in spread tests and Fix indentation.

5ff8f9c... by Gary.Wang

Bump to 17.06.1 and update docker-compose to 1.15.0.

f08eaea... by Gary.Wang

More specifically on how to setup spread test.