1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/contrib/builder/deb/amd64
Sebastiaan van Stijn 618d6bd0ce
Remove Ubuntu 12.04 "precise pangolin" from build scripts
Ubuntu 12.04 will be EOL on April 28, after which it won't
receive updates and security fixes;
https://lists.ubuntu.com/archives/ubuntu-announce/2017-March/000218.html

This patch removes Ubuntu 12.04 from the build scripts

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-11 14:08:39 +02:00
..
debian-jessie Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
debian-stretch Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
debian-wheezy Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
ubuntu-trusty Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
ubuntu-xenial Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
ubuntu-yakkety Dockerfile*: bump Go to 1.7.5 2017-01-27 02:14:36 +02:00
ubuntu-zesty Add Ubuntu 17.04 Zesty Zapus 2017-04-07 13:58:44 +02:00
build.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00
generate.sh Remove Ubuntu 12.04 "precise pangolin" from build scripts 2017-04-11 14:08:39 +02:00
README.md add support for building first ARM debian package 2016-01-29 00:21:17 +01:00

dockercore/builder-deb

This image's tags contain the dependencies for building Docker .debs for each of the Debian-based platforms Docker targets.

To add new tags, see contrib/builder/deb/amd64 in https://github.com/docker/docker, specifically the generate.sh script, whose usage is described in a comment at the top of the file.