Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
9076b6c8
Kaydet (Commit)
9076b6c8
authored
Şub 24, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump default API version to 1.26
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
32f57c4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
constants.py
docker/constants.py
+1
-1
api_client_test.py
tests/integration/api_client_test.py
+1
-1
No files found.
docker/constants.py
Dosyayı görüntüle @
9076b6c8
import
sys
import
sys
from
.version
import
version
from
.version
import
version
DEFAULT_DOCKER_API_VERSION
=
'1.2
4
'
DEFAULT_DOCKER_API_VERSION
=
'1.2
6
'
MINIMUM_DOCKER_API_VERSION
=
'1.21'
MINIMUM_DOCKER_API_VERSION
=
'1.21'
DEFAULT_TIMEOUT_SECONDS
=
60
DEFAULT_TIMEOUT_SECONDS
=
60
STREAM_HEADER_SIZE_BYTES
=
8
STREAM_HEADER_SIZE_BYTES
=
8
...
...
tests/integration/api_client_test.py
Dosyayı görüntüle @
9076b6c8
...
@@ -150,7 +150,7 @@ class UnixconnTest(unittest.TestCase):
...
@@ -150,7 +150,7 @@ class UnixconnTest(unittest.TestCase):
with
warnings
.
catch_warnings
(
record
=
True
)
as
w
:
with
warnings
.
catch_warnings
(
record
=
True
)
as
w
:
warnings
.
simplefilter
(
'always'
)
warnings
.
simplefilter
(
'always'
)
client
=
docker
.
APIClient
(
**
kwargs_from_env
())
client
=
docker
.
APIClient
(
version
=
'auto'
,
**
kwargs_from_env
())
client
.
images
()
client
.
images
()
client
.
close
()
client
.
close
()
del
client
del
client
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment