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

Commit 21a4510

Browse files
authored
Merge pull request #34 from docbobo/master
Updating docker-engine to v17.03.01-ce
2 parents e15e6b4 + dba820d commit 21a4510

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.dockerignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
*.img
2-
*.img.zip
3-
*.tar.gz
4-
.vagrant/
1+
*
2+
!builder

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ branches:
99
only:
1010
- master
1111
- /^v\d.*$/
12+
- /^feature\/.*$/
1213
deploy:
1314
provider: releases
1415
skip_cleanup: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=Enable HDMI console
3+
4+
[Service]
5+
Type=oneshot
6+
ExecStart=/bin/sh -c 'echo 0 > /sys/devices/platform/mesonfb/graphics/fb1/blank'
7+
RemainAfterExit=yes
8+
9+
[Install]
10+
WantedBy=multi-user.target

versions.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RAW_IMAGE_CHECKSUM="fe9af7686960d5d2dd6c364197e196d751f6adedd7da515ed6521c31e958
99

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

0 commit comments

Comments
 (0)