This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 54
54
boost-thread \
55
55
curl \
56
56
eudev-libs \
57
+ iputils \
57
58
libressl \
58
59
openssh \
59
60
python3-dev && \
Original file line number Diff line number Diff line change 54
54
boost-thread \
55
55
curl \
56
56
eudev-libs \
57
+ iputils \
57
58
libressl \
58
59
openssh \
59
60
python3-dev && \
Original file line number Diff line number Diff line change 54
54
boost-thread \
55
55
curl \
56
56
eudev-libs \
57
+ iputils \
57
58
libressl \
58
59
openssh \
59
60
python3-dev && \
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
* ** 12.05.19:** - Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
220
221
* ** 30.03.19:** - Add env variable to set webroot.
221
222
* ** 23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
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,7 +75,7 @@ app_setup_block: |
75
75
76
76
# changelog
77
77
changelogs :
78
- - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
78
+ - { date: "28.06.19:", desc: "Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons. " }
79
79
- { date: "12.05.19:", desc: "Add boost dependencies and turn off static boost build. Bump to Alpine 3.9." }
80
80
- { date: "30.03.19:", desc: "Add env variable to set webroot." }
81
81
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
You can’t perform that action at this time.
0 commit comments