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 #34 from docbobo/master
Browse files Browse the repository at this point in the history
Updating docker-engine to v17.03.01-ce
  • Loading branch information
docbobo committed Mar 30, 2017
2 parents e15e6b4 + dba820d commit 21a4510
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
*.img
*.img.zip
*.tar.gz
.vagrant/
*
!builder
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branches:
only:
- master
- /^v\d.*$/
- /^feature\/.*$/
deploy:
provider: releases
skip_cleanup: true
Expand Down
10 changes: 10 additions & 0 deletions builder/files/etc/systemd/system/fix-hdmi.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Enable HDMI console

[Service]
Type=oneshot
ExecStart=/bin/sh -c 'echo 0 > /sys/devices/platform/mesonfb/graphics/fb1/blank'
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RAW_IMAGE_CHECKSUM="fe9af7686960d5d2dd6c364197e196d751f6adedd7da515ed6521c31e958

# specific versions of kernel/firmware and docker tools
export KERNEL_VERSION="3.10.104-186"
export DOCKER_ENGINE_VERSION="17.03.0~ce-0~debian-jessie"
export DOCKER_ENGINE_VERSION="17.03.1~ce-0~debian-jessie"
export DOCKER_COMPOSE_VERSION="1.11.2"
export DOCKER_MACHINE_VERSION="0.10.0"
export DEVICE_INIT_VERSION="0.1.9"

0 comments on commit 21a4510

Please sign in to comment.