File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
builder/test-integration/spec/hypriotos-image Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77describe command ( 'dpkg -l docker-ce' ) do
88 its ( :stdout ) { should match /ii docker-ce/ }
9- its ( :stdout ) { should match /17.11 .0~ce-0~ubuntu/ }
9+ its ( :stdout ) { should match /17.10 .0~ce-0~ubuntu/ }
1010 its ( :stdout ) { should match /arm64/ }
1111 its ( :exit_status ) { should eq 0 }
1212end
7373end
7474
7575describe command ( 'docker -v' ) do
76- its ( :stdout ) { should match /Docker version 17.11 .0-ce, build/ }
76+ its ( :stdout ) { should match /Docker version 17.10 .0-ce, build/ }
7777 its ( :exit_status ) { should eq 0 }
7878end
7979
8080describe command ( 'docker version' ) do
81- its ( :stdout ) { should match /Client:. Version: 17.11 .0-ce. API version: 1.34 /m }
82- its ( :stdout ) { should match /Server:. Version: 17.11 .0-ce. API version: 1.34 /m }
81+ its ( :stdout ) { should match /Client:. Version: 17.10 .0-ce. API version: 1.33 /m }
82+ its ( :stdout ) { should match /Server:. Version: 17.10 .0-ce. API version: 1.33 /m }
8383 its ( :exit_status ) { should eq 0 }
8484end
8585
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1
1111export BOOTLOADER_BUILD="20171003-131045"
1212export KERNEL_BUILD="20171128-062501"
1313export KERNEL_VERSION="4.9.65"
14- export DOCKER_ENGINE_VERSION="17.11 .0~ce"
14+ export DOCKER_ENGINE_VERSION="17.10 .0~ce"
1515export DOCKER_COMPOSE_VERSION="1.17.1"
1616export DOCKER_MACHINE_VERSION="0.13.0"
You can’t perform that action at this time.
0 commit comments