1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Commit Graph

  • bdc358886a Fix order Tobias L. Maier 2018-04-29 17:41:20 +0200
  • 02fe44c579 Prepare for debugging Tobias L. Maier 2018-04-29 17:38:45 +0200
  • 646cb9ca88 Introduce image variable in build hook Tobias L. Maier 2018-04-29 17:37:49 +0200
  • 9dc6c3ffc6 Add echos of different stages Tobias L. Maier 2018-04-29 17:37:39 +0200
  • d8736a5795 Improve shell syntax Tobias L. Maier 2018-04-29 17:29:44 +0200
  • e12ce4e9ed Add note in README Tobias L. Maier 2018-04-29 17:25:01 +0200
  • 3702ceb4b4 Add test hook Tobias L. Maier 2018-04-29 07:28:01 +0200
  • b3fc0e335f Add DOCKER_AND_COMPOSE_VERSION_MATRIX Tobias L. Maier 2018-04-29 07:25:05 +0200
  • 7a59c5fad8 Add build and push scripts Tobias L. Maier 2018-04-29 07:23:04 +0200
  • 8b6988d46d Remove individual build directories Tobias L. Maier 2018-04-29 07:02:09 +0200
  • 319d4d511c Add test to each build directory Tobias L. Maier 2018-04-29 06:51:46 +0200
  • ab9e84def9 Do not build image again for test Tobias L. Maier 2018-04-29 06:42:54 +0200
  • c01c92e6f7 Move docker-compose.test.yml to build directory Tobias L. Maier 2018-04-29 06:34:31 +0200
  • 5a86bc3fc9 Add $BUILD_PATH env variable Tobias L. Maier 2018-04-29 06:28:13 +0200
  • 957acd0406 Add simple test of successful installation of docker-compose Tobias L. Maier 2018-04-29 06:26:27 +0200
  • 57f5065db8 Add label with docker and compose version Tobias L. Maier 2018-04-29 06:14:03 +0200
  • f8edb88397 Replace MAINTAINER with LABEL Tobias L. Maier 2018-04-29 06:06:00 +0200
  • 3f9dd85a73 Get image label from ARG Tobias L. Maier 2018-04-29 05:22:04 +0200
  • f007d880b0 Fix ARG COMPOSE_VERSION being defind outside build stage Tobias L. Maier 2018-04-29 05:17:40 +0200
  • c1c546273e
    Merge pull request #5 from Novex/pin-compose-versions Tobias L. Maier 2018-04-20 08:12:08 +1000
  • f7db8c7577 Pin docker-compose versions to the time of release - Otherwise the docker-compose version is the latest available at time of build, which may not be compatible or expected - The latest COMPOSE_VERSION can be taken by setting the argument blank (or leaving it as is in the case of latest) - pip requires the .* to denote that we want the latest patch level, eg. just putting docker-compose==1.11 installs 1.11.0 instead of 1.11.2 - The extra ${COMPOSE_VERSION:+==} is because pip errors out with docker-compose== Seb Patane 2018-04-19 00:44:10 +1000
  • 757402d516 Add 18 Tobias L. Maier 2018-02-22 15:52:32 +0100
  • 1a4a68c30d Add 17.12 and 18.02 Tobias L. Maier 2018-02-22 15:20:16 +0100
  • 1a79282e3f Merge 6e29ce3d6a087f6e71594ff62377f3838da577fd into 8bda7c26791605d4bc79283526f3ac5c8f6b21d6 Joao C Costa 2017-11-10 14:52:50 +0000
  • 6e29ce3d6a
    Proposing adding bash for increased flexibility Joao C Costa 2017-11-10 14:52:37 +0000
  • 8bda7c2679 Add Docker 17.09 Tobias L. Maier 2017-10-08 12:43:19 +0200
  • 35647e9676 Add simple usage instructions for GitLab CI Tobias L. Maier 2017-10-04 09:48:32 +0200
  • eb0fb91b5c Update README Tobias L. Maier 2017-09-07 13:22:26 +0200
  • bcdbeeaf53 Add support for Docker 17.06 Tobias L. Maier 2017-06-05 15:26:04 +0200
  • 1751621e73 Add support for Docker 17 Tobias L. Maier 2017-03-06 01:17:05 +0100
  • 0232b8d62b Merge pull request #1 from dzikismigol/master Tobias L. Maier 2017-03-06 01:14:19 +0100
  • de03b6884e bump README.md Michał Markiewicz 2017-03-05 21:46:18 +0100
  • 3bcf899aa6 add support for Docker 17.03 Michał Markiewicz 2017-03-05 21:45:06 +0100
  • 03d8d8fd5a Add badges to README Tobias L. Maier 2017-01-29 14:15:32 +0100
  • 46eb98e290 Add versions based on different docker versions Tobias L. Maier 2017-01-26 16:56:29 +0100
  • 671313da04 Use python version of docker-compose Tobias L. Maier 2017-01-04 02:30:37 +0100
  • 6a85a508cf Use docker-compose container to run Tobias L. Maier 2017-01-04 02:12:41 +0100
  • 9a47d96a64 Add README.md Tobias L. Maier 2017-01-04 01:52:31 +0100
  • bf2122041f Reformat Dockerfile Tobias L. Maier 2017-01-04 01:11:41 +0100
  • 5646e36d41 Add Dockerfile for latest Tobias L. Maier 2017-01-04 01:09:06 +0100
  • 738d7014c3 Initial commit Tobias L. Maier 2017-01-04 01:06:01 +0100