Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 020d420

Browse files
tobbenbthelamer
authored andcommitted
Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons
1 parent 930d751 commit 020d420

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:3.8
1+
FROM lsiobase/alpine:3.10
22

33
# set version label
44
ARG BUILD_DATE
@@ -49,6 +49,7 @@ RUN \
4949
apk add --no-cache \
5050
curl \
5151
eudev-libs \
52+
iputils \
5253
libressl \
5354
openssh \
5455
openzwave \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm64v8-3.8
1+
FROM lsiobase/alpine:arm64v8-3.10
22

33
# set version label
44
ARG BUILD_DATE
@@ -49,6 +49,7 @@ RUN \
4949
apk add --no-cache \
5050
curl \
5151
eudev-libs \
52+
iputils \
5253
libressl \
5354
openssh \
5455
openzwave \

Dockerfile.armhf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm32v7-3.8
1+
FROM lsiobase/alpine:arm32v7-3.10
22

33
# set version label
44
ARG BUILD_DATE
@@ -49,6 +49,7 @@ RUN \
4949
apk add --no-cache \
5050
curl \
5151
eudev-libs \
52+
iputils \
5253
libressl \
5354
openssh \
5455
openzwave \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This image provides various versions that are available via tags. `latest` tag u
4646

4747
| Tag | Description |
4848
| :----: | --- |
49-
| latest | Current latest head from master at https://github.com/domoticz/domoticz. |
49+
| latest | Current latest head from development at https://github.com/domoticz/domoticz. |
5050
| stable | Latest stable version. |
5151
| stable-4.9700 | Old stable version. Will not be updated anymore! |
5252
| stable-3.815 | Old stable version. Will not be updated anymore! |
@@ -216,6 +216,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
216216

217217
## Versions
218218

219+
* **28.06.19:** - Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons.
219220
* **30.03.19:** - Add env variable to set webroot.
220221
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
221222
* **11.02.19:** - Add pipeline logic and multi arch.

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ available_architectures:
1818
# development version
1919
development_versions: true
2020
development_versions_items:
21-
- { tag: "latest", desc: "Current latest head from master at https://github.com/domoticz/domoticz." }
21+
- { tag: "latest", desc: "Current latest head from development at https://github.com/domoticz/domoticz." }
2222
- { tag: "stable", desc: "Latest stable version." }
2323
- { tag: "stable-4.9700", desc: "Old stable version. Will not be updated anymore!" }
2424
- { tag: "stable-3.815", desc: "Old stable version. Will not be updated anymore!" }
@@ -75,6 +75,7 @@ app_setup_block: |
7575
7676
# changelog
7777
changelogs:
78+
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons." }
7879
- { date: "30.03.19:", desc: "Add env variable to set webroot." }
7980
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
8081
- { date: "11.02.19:", desc: "Add pipeline logic and multi arch." }

root/etc/cont-init.d/30-config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ fi
2323
# set permissions for /config
2424
chown -R abc:abc \
2525
/config
26+
/tmp
27+
/var/lib/domoticz
2628
chmod -R 764 \
2729
/config

0 commit comments

Comments
 (0)