Skip to content

Add Ubuntu 17.04 Zesty Zapus#32435

Merged
ehazlett merged 1 commit into
moby:masterfrom
thaJeztah:add-ubuntu-17.04-zesty
Apr 7, 2017
Merged

Add Ubuntu 17.04 Zesty Zapus#32435
ehazlett merged 1 commit into
moby:masterfrom
thaJeztah:add-ubuntu-17.04-zesty

Conversation

@thaJeztah

@thaJeztah thaJeztah commented Apr 7, 2017

Copy link
Copy Markdown
Member

Ubuntu 17.04 will be released soon https://wiki.ubuntu.com/ZestyZapus/ReleaseSchedule (13 April- stable release)

Note that this is a short-term release, so will EOL (and removed again) in 9 months

fixes #32423

- What I did

Added ubuntu-zesty

- How I did it

- How to verify it

Build the .deb

make BIND_DIR=. DOCKER_BUILD_PKGS=ubuntu-zesty deb

Run a zesty container

docker run -it --rm -v /var/lib/docker --privileged -v $(pwd)/bundles/latest/build-deb/ubuntu-zesty/:/install ubuntu:zesty bash

Install dependencies and docker;

apt-get update && apt-get install -y iptables libapparmor1 libdevmapper-dev libseccomp-dev libltdl7

dpkg -i /install/docker-engine_17.05.0~dev~git20170407.115844.0.a8c714a-0~ubuntu-zesty_amd64.deb

And run the daemon

dockerd --debug &
Client:
 Version:      17.05.0-dev
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   a8c714a7c
 Built:        Fri Apr  7 12:14:54 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-dev
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   a8c714a7c
 Built:        Fri Apr  7 12:14:54 2017
 OS/Arch:      linux/amd64
 Experimental: false
Client:
 Version:      17.05.0-dev
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   a8c714a7c
 Built:        Fri Apr  7 12:14:54 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-dev
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   a8c714a7c
 Built:        Fri Apr  7 12:14:54 2017
 OS/Arch:      linux/amd64
 Experimental: false
root@5d63dc01f45c:/# docker into
docker: 'into' is not a docker command.
See 'docker --help'
root@5d63dc01f45c:/# docker info
Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: 17.05.0-dev
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 0
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary:
containerd version: 9048e5e50717ea4497b757314bad98ea3763c145
runc version: 9c2d8d184e5da67c95d601382adf14862e4f2228
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.9.19-moby
Operating System: Ubuntu Zesty Zapus (development branch) (containerized)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.952GiB
Name: 5d63dc01f45c
ID: 53DK:EA5P:Y3M5:D3JL:KBEV:7V3I:Q3AH:NVCQ:YXXM:DAAX:KWLA:AENB
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 13
 Goroutines: 21
 System Time: 2017-04-07T12:43:53.610460918Z
 EventsListeners: 0
No Proxy: *.local, 169.254/16
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled

- Description for the changelog

Add support for building docker debs for Ubuntu 17.04 Zesty on amd64

- A picture of a cute animal (not mandatory but encouraged)

ubuntu-17 04-zesty-zapus

Ubuntu 17.04 will be released soon http://releases.ubuntu.com/zesty/

Note that this is a short-term release, so will
EOL (and removed again) in 9 months

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@vdemeester vdemeester left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🦁

@thaJeztah

Copy link
Copy Markdown
Member Author

ping @vieux @andrewhsu

@vieux

vieux commented Apr 7, 2017

Copy link
Copy Markdown
Contributor

LGTM

@andrewhsu

Copy link
Copy Markdown
Contributor

Sweet! The packages will be available for docker 17.05.0 rc2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get.docker.com install fails on Ubuntu 17.04

6 participants