moby--moby/contrib/builder/deb/amd64
Tianon Gravi 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"
This is especially important for distributions like NixOS where `/bin/bash` doesn't exist, or for MacOS users who've installed a newer version of Bash than the one that comes with their OS.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2017-02-13 11:01:54 -08: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-precise 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
README.md add support for building first ARM debian package 2016-01-29 00:21:17 +01:00
build.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00
generate.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00

README.md

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.