This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM lsiobase/alpine:3.8
1
+ FROM lsiobase/alpine:3.10
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
49
49
apk add --no-cache \
50
50
curl \
51
51
eudev-libs \
52
+ iputils \
52
53
libressl \
53
54
openssh \
54
55
openzwave \
Original file line number Diff line number Diff line change 1
- FROM lsiobase/alpine:arm64v8-3.8
1
+ FROM lsiobase/alpine:arm64v8-3.10
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
49
49
apk add --no-cache \
50
50
curl \
51
51
eudev-libs \
52
+ iputils \
52
53
libressl \
53
54
openssh \
54
55
openzwave \
Original file line number Diff line number Diff line change 1
- FROM lsiobase/alpine:arm32v7-3.8
1
+ FROM lsiobase/alpine:arm32v7-3.10
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
49
49
apk add --no-cache \
50
50
curl \
51
51
eudev-libs \
52
+ iputils \
52
53
libressl \
53
54
openssh \
54
55
openzwave \
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This image provides various versions that are available via tags. `latest` tag u
46
46
47
47
| Tag | Description |
48
48
| :----: | --- |
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. |
50
50
| stable | Latest stable version. |
51
51
| stable-4.9700 | Old stable version. Will not be updated anymore! |
52
52
| 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
216
216
217
217
## Versions
218
218
219
+ * ** 28.06.19:** - Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons.
219
220
* ** 30.03.19:** - Add env variable to set webroot.
220
221
* ** 23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
221
222
* ** 11.02.19:** - Add pipeline logic and multi arch.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ available_architectures:
18
18
# development version
19
19
development_versions : true
20
20
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." }
22
22
- { tag: "stable", desc: "Latest stable version." }
23
23
- { tag: "stable-4.9700", desc: "Old stable version. Will not be updated anymore!" }
24
24
- { tag: "stable-3.815", desc: "Old stable version. Will not be updated anymore!" }
@@ -75,6 +75,7 @@ app_setup_block: |
75
75
76
76
# changelog
77
77
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." }
78
79
- { date: "30.03.19:", desc: "Add env variable to set webroot." }
79
80
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
80
81
- { date: "11.02.19:", desc: "Add pipeline logic and multi arch." }
Original file line number Diff line number Diff line change 23
23
# set permissions for /config
24
24
chown -R abc:abc \
25
25
/config
26
+ /tmp
27
+ /var/lib/domoticz
26
28
chmod -R 764 \
27
29
/config
You can’t perform that action at this time.
0 commit comments