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

Commit cd3014a

Browse files
Bot Updating Templated Files
1 parent 97b9a71 commit cd3014a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
DOCKERHUB_IMAGE = 'linuxserver/domoticz'
2727
DEV_DOCKERHUB_IMAGE = 'lsiodev/domoticz'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/domoticz'
29-
DIST_IMAGE = 'alpine'
29+
DIST_IMAGE = 'ubuntu'
3030
MULTIARCH='true'
3131
CI='true'
3232
CI_WEB='true'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This image provides various versions that are available via tags. `latest` tag u
6363
| Tag | Description |
6464
| :----: | --- |
6565
| latest | Current latest stable. |
66-
| stable | old stable version. Please change to latest branch for stable releases. |
66+
| stable | Old stable version. Please change to latest branch for stable releases. |
6767
| stable-4.9700 | Old stable version. Will not be updated anymore! |
6868
| stable-3.815 | Old stable version. Will not be updated anymore! |
6969
| stable-3.5877 | Old stable version. Will not be updated anymore! |
@@ -256,7 +256,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
256256

257257
## Versions
258258

259-
* **07.05.20:** - Rebase to Ubuntu. Change to using prebuilt binaries. Move to stable release only.
259+
* **26.12.20:** - Rebase to Ubuntu Focal and deprecate stable, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
260260
* **24.11.19:** - Change to using domoticz builtin Lua and MQTT.
261261
* **03.11.19:** - 2nd try setting capabilities for Domoticz binary.
262262
* **29.10.19:** - Set capabilities for Domoticz binary so spawned processes can use sockets.

0 commit comments

Comments
 (0)