Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #162 from hypriot/update-docker-17.03.0-ce
Browse files Browse the repository at this point in the history
Update Docker 17.03.0-ce
  • Loading branch information
StefanScherer authored Mar 5, 2017
2 parents c732fc6 + 460e869 commit e90a6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions builder/test-integration/spec/hypriotos-image/docker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l docker-engine') do
its(:stdout) { should match /ii docker-engine/ }
its(:stdout) { should match /1.13.1-0~raspbian-jessie/ }
its(:stdout) { should match /17.03.0~ce-0~raspbian-jessie/ }
its(:exit_status) { should eq 0 }
end

Expand Down Expand Up @@ -79,13 +79,13 @@
end

describe command('docker -v') do
its(:stdout) { should match /Docker version 1.13.1, build/ }
its(:stdout) { should match /Docker version 17.03.0-ce, build/ }
its(:exit_status) { should eq 0 }
end

describe command('docker version') do
its(:stdout) { should match /Client:. Version: 1.13.1. API version: 1.26/m }
its(:stdout) { should match /Server:. Version: 1.13.1. API version: 1.26/m }
its(:stdout) { should match /Client:. Version: 17.03.0-ce. API version: 1.26/m }
its(:stdout) { should match /Server:. Version: 17.03.0-ce. API version: 1.26/m }
its(:exit_status) { should eq 0 }
end

Expand Down
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1
# specific versions of kernel/firmware and docker tools
export KERNEL_BUILD="20170119-202035"
export KERNEL_VERSION="4.4.43"
export DOCKER_ENGINE_VERSION="1.13.1-0~raspbian-jessie"
export DOCKER_ENGINE_VERSION="17.03.0~ce-0~raspbian-jessie"
export DOCKER_COMPOSE_VERSION="1.9.0-23"
export DOCKER_MACHINE_VERSION="0.9.0-39"
export DEVICE_INIT_VERSION="0.1.8"

0 comments on commit e90a6b9

Please sign in to comment.