summaryrefslogtreecommitdiff
path: root/Dockerfile.run
Commit message (Collapse)AuthorAge
* Add libgcc dependency for Compose in a containerJoffrey F2018-03-23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update Dockerfile.run to produce smaller imageJoffrey F2018-03-08
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix Dockerfile.run indentationJoffrey F2018-02-12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add `docker` CLI to the `docker/compose` imageJoffrey F2018-02-08
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update dockerfile.run to compile the latest (2.27) version of glibcJoffrey F2018-02-06
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Improve Dockerfile.runMarcos Lilljedahl2017-03-03
| | | | | | | | | | | | | | | | This dockerfile generates a more lightweight image that works with the current official dynamically generated binaries Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com> Change image script to use new Dockerfile.run image without building compose Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com> Apply suggested fixes Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
* Fix docker image build script when using universal wheelsJoffrey F2017-01-10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* enable universal wheelsThomas Grainger2017-01-04
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Pin base image to alpine:3.4 in Dockerfile.runAanand Prasad2016-07-06
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add the git sha to version outputDaniel Nephin2015-11-18
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Update release scripts for release image.Daniel Nephin2015-10-06
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* alpine docker image for running compose and a script to pull and run it with theDaniel Nephin2015-10-02
correct volumes. Signed-off-by: Daniel Nephin <dnephin@gmail.com>