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
378bd763
Kaydet (Commit)
378bd763
authored
Eki 25, 2017
tarafından
Joffrey F
Kaydeden (comit)
Joffrey F
Eki 26, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update test engine versions in Jenkinsfile
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
93f2ab15
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Jenkinsfile
Jenkinsfile
+2
-2
Makefile
Makefile
+2
-2
api_build_test.py
tests/integration/api_build_test.py
+1
-1
No files found.
Jenkinsfile
Dosyayı görüntüle @
378bd763
...
...
@@ -6,7 +6,7 @@ def imageNamePy3
def
images
=
[:]
def
dockerVersions
=
[
"1
.13.1"
,
"17.04.0-ce"
,
"17.05.0-ce"
,
"17.06.0-ce"
,
"17.07.0-ce-rc3
"
]
def
dockerVersions
=
[
"1
7.06.2-ce"
,
"17.09.0-ce"
,
"17.10.0-ce
"
]
def
buildImage
=
{
name
,
buildargs
,
pyTag
->
img
=
docker
.
image
(
name
)
...
...
@@ -34,7 +34,7 @@ def buildImages = { ->
}
def
getAPIVersion
=
{
engineVersion
->
def
versionMap
=
[
'1
.13.'
:
'1.26'
,
'17.04'
:
'1.27'
,
'17.05'
:
'1.29'
,
'17.06'
:
'1.30'
,
'17.07'
:
'1.31
'
]
def
versionMap
=
[
'1
7.06'
:
'1.30'
,
'17.09'
:
'1.32'
,
'17.10'
:
'1.33
'
]
return
versionMap
[
engineVersion
.
substring
(
0
,
5
)]
}
...
...
Makefile
Dosyayı görüntüle @
378bd763
...
...
@@ -41,8 +41,8 @@ integration-test: build
integration-test-py3
:
build-py3
docker run
--rm
-v
/var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test tests/integration/
${
file
}
TEST_API_VERSION
?=
1.3
0
TEST_ENGINE_VERSION
?=
17.
06
.0-ce
TEST_API_VERSION
?=
1.3
3
TEST_ENGINE_VERSION
?=
17.
10
.0-ce
.PHONY
:
integration-dind
integration-dind
:
build build-py3
...
...
tests/integration/api_build_test.py
Dosyayı görüntüle @
378bd763
...
...
@@ -210,7 +210,7 @@ class BuildTest(BaseAPIIntegrationTest):
pass
info
=
self
.
client
.
inspect_image
(
'build1'
)
self
.
assertEqual
(
info
[
'Config'
][
'OnBuild'
],
[])
assert
not
info
[
'Config'
][
'OnBuild'
]
@requires_api_version
(
'1.25'
)
def
test_build_with_network_mode
(
self
):
...
...
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