コミット履歴

作者 SHA1 メッセージ 日付
  Joffrey F 1e29ad9fc7 Apply driver_opts processing to network configs 9 年 前
  Joffrey F fcf78fe3de Constraint build argument types. Numbers are cast into strings 9 年 前
  Joffrey F f4a22b94ed Handle mismatched network formats in config files 9 年 前
  Joffrey F e5689afe4c Network aliases are now part of the network dictionary 9 年 前
  Joffrey F 2f7a77e954 Allow user to specify custom network aliases 9 年 前
  Daniel Nephin 155efd28fa Merge build.args when merging services. 9 年 前
  Daniel Nephin 2ced83e3d9 Fix build section without context. 9 年 前
  Lukas Waslowski ad00f3dd21 Handle the 'network_mode' key when merging multiple compose files. 9 年 前
  Lukas Waslowski c77a8cfe3b Correctly merge the 'services/<service>/networks' key in the case of multiple compose files. 9 年 前
  jrabbit abec6f5891 Change special case from '_', None to () 9 年 前
  jrabbit f5533c1ed8 If an env var is passthrough but not defined on the host don't set it. This doesn't change too much code and keeps the generators. 9 年 前
  Daniel Nephin dc718eae65 Make links unique-by-alias when merging 9 年 前
  Daniel Nephin aa5ff05463 Fix merging of lists with multiple files. 9 年 前
  Ryan Taylor Long 3b7471ae84 Add depends_on to ALLOWED_KEYS 9 年 前
  Aanand Prasad 8024f2f09e Tweak and test warning shown when version is a dict 9 年 前
  Aanand Prasad f081376067 Improve error messages for invalid versions 9 年 前
  Aanand Prasad ce0d469c18 Make 'version' a string 9 年 前
  Aanand Prasad b2ee08f439 Remove redundant check - self.config should never be None 9 年 前
  Aanand Prasad 52e74ab7ad Rename 'net' to 'network mode' in various classes/methods 9 年 前
  Aanand Prasad 2b7306967b Implement network_mode in v2 9 年 前
  Joffrey F 3f28472ebc Move named volumes matching to config validation phase 9 年 前
  Jure Žvelc c9ef1fa32f Fix for extending services written in v2 format. 9 年 前
  Daniel Nephin 3f65bdcf46 Move ulimits validation to validation.py and improve the error message. 9 年 前
  Daniel Nephin 6e5c312768 Implement depends_on to define an order for services in the v2 format. 9 年 前
  Daniel Nephin 89e31f7a8d Validate that an extended config file has the same version as the base. 9 年 前
  Daniel Nephin b98e2169e6 Error when the project name is invalid for the image name. 9 年 前
  Daniel Nephin b689c4a218 Move service validation to validate_service(). 9 年 前
  Aanand Prasad 47e53b49c2 Merge pull request #2653 from shin-/Runscope-build-args 9 年 前
  Joffrey F 1ae57d92d4 Remove duplicate functions 9 年 前
  Joffrey F 13063a96cb Fix handling of service.dockerfile key 9 年 前