3.4.0 Release#2062
Merged
Merged
Conversation
Signed-off-by: Ronald van Zantvoort <the.loeki@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Bump test engine versions
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
Add close() method to DockerClient.
Signed-off-by: Joffrey F <joffrey@docker.com>
…file Use same split rules for Dockerfile as other include/exclude patterns
…ocker-py into mnottale-container-list-sparse
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: James Meakin <jamesmeakin@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Viktor Adam <rycus86@gmail.com>
Clean up + use pytest-timeout 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>
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>
… drives 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>
See: https://docs.docker.com/engine/reference/commandline/config/ https://docs.docker.com/engine/api/v1.30/ Signed-off-by: John Hu <hszqqq12@gmail.com>
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
…into The-Loeki-build_prune Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Ben Doan <ben@bendoan.me>
raise or ignore NotFound 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: Srinivas Reddy Thatiparthy <thatiparthysreenivas@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: Anthony Sottile <asottile@umich.edu>
Signed-off-by: Mike Lee <eemike@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Fixing #2046, syntax error caused by missing comma on CONTAINER_SPEC_KWARGS list. Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Alexander Lloyd <axl639@student.bham.ac.uk>
Signed-off-by: Güray Yıldırım <guray@gurayyildirim.com.tr>
Signed-off-by: Joffrey F <joffrey@docker.com>
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.
List of PRs / issues for this release
Features
APIClientandDockerClientconstructors now accept acredstore_envparameter. When set, values in this dictionary are added to the environment
when executing the credential store process.
Bugfixes
DockerClient.networks.prunenow properly returns the operation's resultcontext to be invalidated, preventing these builds from working
plugin_privilegesmethod can now be called for plugins requiringauthentication to access
socket to crash on Windows clients
read_onlyparameter when creating a service usingthe
DockerClientwas being ignoredService.scalewould not properly update the service'smode, causing the operation to fail silently