-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump 1.6.0 rc2 #2753
Closed
Closed
Bump 1.6.0 rc2 #2753
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nfig Move all validation to config
Split env resolving into two phases. The first phase is to expand the paths of env_files, which is done before merging extends. Once all files are merged together, the final phase is to read the env_files and use them as the base for environment variables. Signed-off-by: Daniel Nephin <[email protected]>
Fix env_file overrides with extends
Signed-off-by: Sven Dowideit <[email protected]>
We were essentially only testing that *at least one* of the invalid values fails the validation check, rather than that *all* of them fail. Signed-off-by: Aanand Prasad <[email protected]>
Signed-off-by: Jonas Eckerström <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Build from url
Signed-off-by: Aanand Prasad <[email protected]>
- The `raises` kwarg to the `cls_check` decorator was being used incorrectly (it should be an exception class, not an object). - We need to check for `error.cause` and get the message out of the exception object. NB: The particular case where validation fails in the case of `ports` is only when ranges don't match in length - no further validation is currently performed client-side. Signed-off-by: Aanand Prasad <[email protected]>
Signed-off-by: Aanand Prasad <[email protected]>
Signed-off-by: Aanand Prasad <[email protected]>
Validate `expose`
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
…test Use FROM docs/base:latest again
Signed-off-by: Daniel Nephin <[email protected]>
FAQ document for Compose
".yaml" is the preferred extension according to http://www.yaml.org/faq.html Signed-off-by: jake-low <[email protected]>
this updates the MAINTAINERS file to the new format, so that it can be parsed and collected in the docker/opensource repository. Signed-off-by: Sebastiaan van Stijn <[email protected]>
update maintainers file for parsing
Signed-off-by: Daniel Nephin <[email protected]>
Cherry-pick release notes for 1.5.2
Stop warning about ".yaml" file extension
Signed-off-by: Harald Albers <[email protected]>
Signed-off-by: Nick Jones <[email protected]>
Increase timeout in tests
Removes the deprecated --allow-insecure-ssl flag
Remove migrate-to-labels.
This was referenced Jan 26, 2016
Merged
Signed-off-by: Tobias Munk <[email protected]>
c681df5
to
072bf20
Compare
Signed-off-by: Aanand Prasad <[email protected]>
072bf20
to
df165fe
Compare
Signed-off-by: Aanand Prasad <[email protected]>
df165fe
to
0f24ae6
Compare
Just needs a cherry-pick of #2761 - then LGTM. |
Signed-off-by: Joffrey F <[email protected]>
Containers connected to the bridge network can't have aliases, so it's simpler to rule that they can *either* be connected to the bridge network (via `network_mode: bridge`) *or* be connected to user-defined networks (via `networks` or the default network). Signed-off-by: Aanand Prasad <[email protected]>
Signed-off-by: Aanand Prasad <[email protected]>
0f24ae6
to
695c692
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Do not merge.