summaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* Remove obsolete code that slows down test executionJoffrey F2018-02-02
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Test and build on 3.6 (replaces 3.4) ; dist 3.6-compiled binariesJoffrey F2018-02-01
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update CLI version in test-running DockerfilesJoffrey F2018-01-18
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* check hash sums of downloaded filesStefan Pietsch2017-06-08
| | | | Signed-off-by: Stefan Pietsch <mail.ipv4v6+gh@gmail.com>
* Upgrade python and pip versions in DockerfileJoffrey F2017-02-01
| | | | | | Add libbz2 dependency Signed-off-by: Joffrey F <joffrey@docker.com>
* Upgade pip to latestDaniel Nephin2016-04-26
| | | | | | Hopefully fixes our builds. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Fix jenkins CI by using an older docker version to match the host.Daniel Nephin2015-11-04
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Pipe curl's download directly to extract/execute program to reduce number of ↵Viranch Mehta2015-10-18
| | | | | | commands Signed-off-by: Viranch Mehta <viranch.mehta@gmail.com>
* Trim the dockerfile and re-use the virtualenv we already have.Daniel Nephin2015-09-17
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Update scriptests/test-versions to work with daemon args, and move docker ↵Daniel Nephin2015-09-17
| | | | | | version constants into tests-versions. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Test against Docker 1.8.2 RC1Aanand Prasad2015-09-03
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Split requirements-build.txt from requirements-dev.txt to support a leaner ↵Daniel Nephin2015-09-01
| | | | | | tox.ini Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Python3 requires a localeDaniel Nephin2015-08-25
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Cleanup requirements.txt so we don't have to maintain separate copies for ↵Daniel Nephin2015-08-25
| | | | | | py2 and py3. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Run tests against Python 2.6, 2.7, 3.3, 3.4 and PyPy2funkyfuture2015-08-25
| | | | | | | | | | | | In particular it includes: - some extension of CONTRIBUTING.md - one fix for Python 2.6 in tests/integration/cli_test.py - one fix for Python 3.3 in tests/integration/service_test.py - removal of unused imports Make stream_output Python 3-compatible Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Support python 3Daniel Nephin2015-08-25
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Add pre-commit hooksDaniel Nephin2015-08-24
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Test against Docker 1.8.1Aanand Prasad2015-08-14
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Test against Docker 1.8.0 RC3Aanand Prasad2015-08-10
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Update API version to 1.19Aanand Prasad2015-07-29
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Test against Docker 1.6.2 and 1.7.1Aanand Prasad2015-07-15
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use Docker 1.7.0Aanand Prasad2015-06-18
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use Docker 1.7 RC5Aanand Prasad2015-06-16
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use Docker 1.7 RC3Aanand Prasad2015-06-15
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Test against Docker 1.7.0 RC2Aanand Prasad2015-06-10
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Build Python 2.7.9 in Docker imageAanand Prasad2015-06-01
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Update Docker version to 1.6 stableAanand Prasad2015-04-29
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use Docker 1.6 RC4Aanand Prasad2015-04-03
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Test against Docker 1.6 RC2 onlyAanand Prasad2015-03-31
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add script/ciAanand Prasad2015-03-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add Docker 1.6 RC2 to tested versionsAanand Prasad2015-03-25
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Revert "Use dev version of Docker"Aanand Prasad2015-03-23
| | | | | | This reverts commit d209ded13c9a7478fc47c41b2319fcf3c1935131. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Use dev version of DockerAanand Prasad2015-03-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Kick everything off from a single containerAanand Prasad2015-03-09
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Run tests using Docker-in-Docker so we can test multiple versionsAanand Prasad2015-03-09
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Rename binary to docker-compose and config file to docker-compose.ymlAanand Prasad2015-01-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* WIP: rename Fig to ComposeAanand Prasad2015-01-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add fig as entrypoint to DockerfileBen Firshman2014-11-20
| | | | | | A step towards "docker run fig". Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Run pyinstaller build as normal userBen Firshman2014-09-30
| | | | | | | | ... and test build on CI so we don't break it again! Fixes #503 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Changing to stable debian (wheezy).Alexander Holbreich2014-09-30
| | | | | | | | | | | | | | Therefore it compiles agains more common version of GLIBC. Now works out of the box on Debian wheezy, centos:centos6 and other stable Of course it works on new distributions. Tested with: debian:jessie and ubuntu:14.04 Signed-off-by: Alexander Holbreich <alexander@holbreich.org> Conflicts: Dockerfile
* Add wercker.ymlBen Firshman2014-09-23
| | | | | | | Changed Dockerfile to run as root so it has access to /var/run/docker.sock. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Remove fig.packages replace with real deps.Daniel Nephin2014-09-05
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Don't use deprecated orchardup/python imageBen Firshman2014-08-07
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Remove entrypoint from dockerfileBen Firshman2014-05-08
|
* Add installation and entrypoint to dockerfileBen Firshman2014-05-05
|
* Use Python base image and run as normal userBen Firshman2014-03-03
|
* Add basic DockerfileBen Firshman2014-01-16
Because.