mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove Ubuntu 15.10 (Wily Werewolf) from build-deb targets
As of July 28, 2016, it is officially EOL (https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html) and will receive no further updates. Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
ad398f132b
commit
e9a8105708
2 changed files with 1 additions and 17 deletions
|
@ -81,7 +81,7 @@ for version in "${versions[@]}"; do
|
||||||
# packaging for "sd-journal.h" and libraries varies
|
# packaging for "sd-journal.h" and libraries varies
|
||||||
case "$suite" in
|
case "$suite" in
|
||||||
precise|wheezy) ;;
|
precise|wheezy) ;;
|
||||||
sid|stretch|wily|xenial) packages+=( libsystemd-dev );;
|
sid|stretch|xenial) packages+=( libsystemd-dev );;
|
||||||
*) packages+=( libsystemd-journal-dev );;
|
*) packages+=( libsystemd-journal-dev );;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
#
|
|
||||||
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/deb/amd64/generate.sh"!
|
|
||||||
#
|
|
||||||
|
|
||||||
FROM ubuntu:wily
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev libsqlite3-dev pkg-config libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
ENV GO_VERSION 1.7.1
|
|
||||||
RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
|
|
||||||
ENV PATH $PATH:/usr/local/go/bin
|
|
||||||
|
|
||||||
ENV AUTO_GOPATH 1
|
|
||||||
|
|
||||||
ENV DOCKER_BUILDTAGS apparmor pkcs11 seccomp selinux
|
|
||||||
ENV RUNC_BUILDTAGS apparmor seccomp selinux
|
|
Loading…
Reference in a new issue