Browse code

Add 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>

Sebastiaan van Stijn authored on 2017/04/07 20:58:44
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
0
+#
1
+# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
2
+#
3
+
4
+FROM ubuntu:zesty
5
+
6
+RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
7
+
8
+ENV GO_VERSION 1.7.5
9
+RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
10
+ENV PATH $PATH:/usr/local/go/bin
11
+
12
+ENV AUTO_GOPATH 1
13
+
14
+ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
15
+ENV RUNC_BUILDTAGS apparmor seccomp selinux