Bump API version
With the Moby/Docker split, no decisions have been made yet how, and when to bump the API version. Although these decisions should not be lead by Docker releases, I'm bumping the API version to not complicate things for now; after this bump we should make a plan how to handle this in future (for example, using SemVer for the REST api, and bump with every change). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 7839ff2244a7fcbac0882b1426bbd2c5477c1abe Component: engine
This commit is contained in:
@@ -6,6 +6,10 @@ base="$ABS_DEST/.."
|
||||
export PATH="$base/binary-daemon:$base/dynbinary-daemon:$PATH"
|
||||
|
||||
export TEST_CLIENT_BINARY=docker
|
||||
|
||||
# Do not bump this version! Integration tests should no longer rely on the docker cli, they should be
|
||||
# API tests instead. For the existing tests the scripts will use a frozen version of the docker cli
|
||||
# with a DOCKER_API_VERSION frozen to 1.30, which should ensure that the CI remains green at all times.
|
||||
export DOCKER_API_VERSION=1.30
|
||||
if [ -n "$DOCKER_CLI_PATH" ]; then
|
||||
export TEST_CLIENT_BINARY=/usr/local/cli/$(basename "$DOCKER_CLI_PATH")
|
||||
|
||||
Reference in New Issue
Block a user