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
bef23feb
Kaydet (Commit)
bef23feb
authored
May 04, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #582 from docker/1.2.2-release
1.2.2 release
üst
0b78d7a8
b8e950c0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
client.py
docker/client.py
+2
-1
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+8
-0
No files found.
docker/client.py
Dosyayı görüntüle @
bef23feb
...
@@ -898,7 +898,8 @@ class Client(requests.Session):
...
@@ -898,7 +898,8 @@ class Client(requests.Session):
# auth_config needs to be a dict in the format used by
# auth_config needs to be a dict in the format used by
# auth.py username , password, serveraddress, email
# auth.py username , password, serveraddress, email
headers
[
'X-Registry-Auth'
]
=
auth
.
encode_header
(
headers
[
'X-Registry-Auth'
]
=
auth
.
encode_header
(
authcfg
)
authcfg
)
else
:
else
:
headers
[
'X-Registry-Auth'
]
=
auth
.
encode_header
(
auth_config
)
headers
[
'X-Registry-Auth'
]
=
auth
.
encode_header
(
auth_config
)
...
...
docker/version.py
Dosyayı görüntüle @
bef23feb
version
=
"1.2.2
-dev
"
version
=
"1.2.2"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
replace
(
"-dev"
,
""
)
.
split
(
"."
)])
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
replace
(
"-dev"
,
""
)
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
bef23feb
Change Log
Change Log
==========
==========
1.
2.2
-----
### Bugfixes
*
Fixed a bug where parameters passed to
`Client.exec_resize`
would be ignored (#576)
*
Fixed a bug where auth config wouldn't be resolved properly in
`Client.pull`
(#577)
1.
2.1
1.
2.1
-----
-----
...
...
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