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
37e096f6
Kaydet (Commit)
37e096f6
authored
Mar 01, 2019
tarafından
Leks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
set buildargs default value if None
Signed-off-by:
Leks
<
alexsmir@list.ru
>
üst
24ace2da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
build.py
docker/api/build.py
+1
-0
No files found.
docker/api/build.py
Dosyayı görüntüle @
37e096f6
...
@@ -121,6 +121,7 @@ class BuildApiMixin(object):
...
@@ -121,6 +121,7 @@ class BuildApiMixin(object):
remote
=
context
=
None
remote
=
context
=
None
headers
=
{}
headers
=
{}
container_limits
=
container_limits
or
{}
container_limits
=
container_limits
or
{}
buildargs
=
buildargs
or
{}
if
path
is
None
and
fileobj
is
None
:
if
path
is
None
and
fileobj
is
None
:
raise
TypeError
(
"Either path or fileobj needs to be provided."
)
raise
TypeError
(
"Either path or fileobj needs to be provided."
)
if
gzip
and
encoding
is
not
None
:
if
gzip
and
encoding
is
not
None
:
...
...
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