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 #158 from hypriot/update-docker-1.13.1
Browse files Browse the repository at this point in the history
Update Docker 1.13.1
  • Loading branch information
StefanScherer authored Feb 19, 2017
2 parents f2b0087 + d89aeb5 commit 49e2119
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions builder/files/etc/udev/rules.d/99-com.rules

This file was deleted.

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.0-0~raspbian-jessie/ }
its(:stdout) { should match /1.13.1-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.0, build/ }
its(:stdout) { should match /Docker version 1.13.1, build/ }
its(:exit_status) { should eq 0 }
end

describe command('docker version') do
its(:stdout) { should match /Client:. Version: 1.13.0. API version: 1.25/m }
its(:stdout) { should match /Server:. Version: 1.13.0. API version: 1.25/m }
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(: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.0-0~raspbian-jessie"
export DOCKER_ENGINE_VERSION="1.13.1-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 49e2119

Please sign in to comment.