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

Commit 6236ac4

Browse files
tobbenbthelamer
authored andcommitted
Add iputils for ping. Fix typo in readme
1 parent 3c7a6eb commit 6236ac4

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
boost-thread \
5555
curl \
5656
eudev-libs \
57+
iputils \
5758
libressl \
5859
openssh \
5960
python3-dev && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
boost-thread \
5555
curl \
5656
eudev-libs \
57+
iputils \
5758
libressl \
5859
openssh \
5960
python3-dev && \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
boost-thread \
5555
curl \
5656
eudev-libs \
57+
iputils \
5758
libressl \
5859
openssh \
5960
python3-dev && \

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
* **12.05.19:** - Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
220221
* **30.03.19:** - Add env variable to set webroot.
221222
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

readme-vars.yml

Lines changed: 2 additions & 2 deletions
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,7 +75,7 @@ app_setup_block: |
7575
7676
# changelog
7777
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." }
7979
- { date: "12.05.19:", desc: "Add boost dependencies and turn off static boost build. Bump to Alpine 3.9." }
8080
- { date: "30.03.19:", desc: "Add env variable to set webroot." }
8181
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }

0 commit comments

Comments
 (0)