mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
Bump Compat API version to supported v1.44
All API versions before version 1.44 are now deprecated, starting with Docker client version 1.29 giving an error: "API version 1.41 is not supported by this client" Previously it was backward-compatible for more than 10 years, with version 1.24 being the version in classic Docker 1.12. It seems like API code changes were already added? Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ for i in /version version; do
|
||||
.Components[0].Details.APIVersion~6[0-9.-]\\+ \
|
||||
.Components[0].Details.MinAPIVersion=4.0.0 \
|
||||
.Components[0].Details.Os=linux \
|
||||
.ApiVersion=1.41 \
|
||||
.ApiVersion=1.44 \
|
||||
.MinAPIVersion=1.24 \
|
||||
.Os=linux
|
||||
done
|
||||
|
||||
@@ -314,7 +314,7 @@ function t() {
|
||||
case "$path" in
|
||||
/*) url="$url$path" ;;
|
||||
libpod/*) url="$url/v6.0.0/$path" ;;
|
||||
*) url="$url/v1.41/$path" ;;
|
||||
*) url="$url/v1.44/$path" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user