Merged
Conversation
…rmat docker-compose scale modified to reuse code between up and scale Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Yong Wen Chua <me@yongwen.xyz>
Signed-off-by: Yong Wen Chua <me@yongwen.xyz>
Signed-off-by: Harald Albers <github@albersweb.de>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Colorama is only useful on Windows by design. Since it has no effect on other platforms, it makes sense to not require it universally. Signed-off-by: Carl George <carl@george.computer>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Improve merging strategy for healthcheck configs Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Aaron Nall <aronahl@hotmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
milas
added a commit
to milas/compose
that referenced
this pull request
Feb 24, 2023
When creating files in Go, the stdlib will create (and then rapidly delete) files ending with `-go-tmp-umask` to determine the umask to use for permission purposes. This can cause trouble with Live Update because the files tend to vanish underneath it, for example. Fixes docker#5117.
This file contains hidden or 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
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.
New features
Compose file version 3.4
docker-compose.ymlspecification.This version requires to be used with Docker Engine 17.06.0 or above.
Compose file version 2.3
Introduced version 2.3 of the
docker-compose.ymlspecification.This version requires to be used with Docker Engine 17.06.0 or above.
Added support for the
targetparameter in network configurations(also available in 3.4)
Added support for the
start_periodparameter in healthcheckconfigurations
Compose file version 2.x
Added support for the
blkio_configparameter in service definitionsAdded support for setting a custom name in volume definitions using
the
nameparameter (not available for version 2.0)All formats
--no-ansito suppress ANSI control characters inoutput
Bugfixes
Fixed a bug where nested
extendsinstructions weren't resolvedproperly, causing "file not found" errors
Fixed several issues with
.dockerignoreparsingFixed issues where logs of TTY-enabled services were being printed
incorrectly and causing
MemoryErrorexceptionsThe
$character in the output ofdocker-compose configis nowproperly escaped
Fixed a bug where running
docker-compose topwould sometimes failwith an uncaught exception
Fixed a bug where
docker-compose pullwith the--parallelflagwould return a
0exit code when failingFixed an issue where keys in
deploy.resourceswere not being validatedFixed an issue where the
loggingoptions in the output ofdocker-compose configwould be set tonull, an invalid valueFixed the output of
docker-compose configwhen a port definition used0as the value for the published port