Compare commits

..

20 Commits

Author SHA1 Message Date
buanet
df7523d1cb release v11 2025-07-21 18:58:13 +02:00
André Germann
04ae0f4bb6 Merge pull request #539 from buanet/dependabot/github_actions/main/docker/build-push-action-6.18.0
Bump docker/build-push-action from 6.17.0 to 6.18.0
2025-07-21 18:38:39 +02:00
André Germann
9e50735ce5 Merge pull request #541 from buanet/dependabot/github_actions/main/docker/setup-buildx-action-3.11.1
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
2025-07-21 18:38:16 +02:00
buanet
8aa80342a0 new build 2025-07-16 23:47:05 +00:00
buanet
b62c8d7ee7 new ioBroker versions 2025-07-16 23:46:58 +00:00
buanet
d98b332d0e new build 2025-07-15 23:48:45 +00:00
buanet
7b287437b9 new ioBroker versions 2025-07-15 23:48:37 +00:00
buanet
241ca6db51 new build 2025-07-01 23:45:40 +00:00
buanet
a676b37144 new build 2025-06-23 23:44:31 +00:00
buanet
9197c3dee6 new ioBroker versions 2025-06-23 23:44:24 +00:00
dependabot[bot]
38c22b15dc Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 10:00:10 +00:00
buanet
ecc82a88be new build 2025-06-11 23:46:08 +00:00
dependabot[bot]
9dd5097d0d Bump docker/build-push-action from 6.17.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 09:19:57 +00:00
buanet
94199cba10 new build 2025-05-27 23:43:58 +00:00
buanet
00d353b68f new ioBroker versions 2025-05-27 23:43:49 +00:00
buanet
73c77f40ef new build 2025-05-27 08:31:11 +00:00
buanet
34eaab679f fix gh action 2025-05-27 10:30:34 +02:00
buanet
39ab62d5f1 small fix in gh action 2025-05-27 10:26:33 +02:00
buanet
7e0ab2281d new ioBroker versions 2025-05-26 23:45:00 +00:00
buanet
2eec1a46f4 update docs 2025-05-24 20:42:29 +02:00
11 changed files with 62 additions and 65 deletions

View File

@@ -1 +1 @@
v10.1.0-beta.1
v11.0.0

View File

@@ -1 +1 @@
7.6.3
7.6.17

View File

@@ -1 +1 @@
3.0.31
3.3.5

View File

@@ -1 +1 @@
20250522.234401
20250716.234705

View File

@@ -1 +1 @@
v20.19.2
v20.19.4

View File

@@ -72,7 +72,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -88,7 +88,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -131,7 +131,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -147,7 +147,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -187,7 +187,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -203,7 +203,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -292,7 +292,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -308,7 +308,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -351,7 +351,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -367,7 +367,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -407,7 +407,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -423,7 +423,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile

View File

@@ -55,7 +55,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -113,7 +113,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -129,7 +129,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -168,7 +168,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -184,7 +184,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -267,7 +267,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -283,7 +283,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -325,7 +325,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -341,7 +341,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -380,7 +380,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -396,7 +396,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile

View File

@@ -31,7 +31,6 @@ jobs:
with:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}
ref: ${{ env.RELEASE_TAG }}
- name: Generate build number
id: generate-build-number
@@ -45,7 +44,9 @@ jobs:
run: |
git config --global user.name 'buanet'
git config --global user.email 'info@buanet.de'
git commit -am "new build"
git checkout main
git add .github/dependencies/.latest-build
git commit -am "new build" || true
git push
build-latest-armv7-for-buanet:
@@ -84,7 +85,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -100,7 +101,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -146,7 +147,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -162,7 +163,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -205,7 +206,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (buanet)
uses: docker/login-action@v3.4.0
@@ -221,7 +222,7 @@ jobs:
password: ${{ secrets.PACKAGES_PASS }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -318,7 +319,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (iobroker)
uses: docker/login-action@v3.4.0
@@ -327,7 +328,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS_IOB }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -371,7 +372,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (iobroker)
uses: docker/login-action@v3.4.0
@@ -380,7 +381,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS_IOB }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile
@@ -421,7 +422,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1
- name: Login to DockerHub (iobroker)
uses: docker/login-action@v3.4.0
@@ -430,7 +431,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS_IOB }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.17.0
uses: docker/build-push-action@v6.18.0
with:
context: ./debian12
file: ./debian12/Dockerfile

View File

@@ -1,6 +1,8 @@
## Changelog
### v10.1.0-beta.1 (24.05.2025)
### V11.0.0 (21.07.2025)
* releasing V11.0.0 instead of V10.1.0 due to the upgrade to recommended node22
* v10.1.0-beta.1 (24.05.2025)
* remove restore option from maintenance script
* restructure build process
* add node22 tag to beta

View File

@@ -11,8 +11,8 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/buanet/iobroker?style=flat)](https://hub.docker.com/repository/docker/buanet/iobroker)
[![Docker Stars](https://img.shields.io/docker/stars/buanet/iobroker?style=flat)](https://hub.docker.com/repository/docker/buanet/iobroker)<br>
[![Source](https://img.shields.io/badge/source-github-blue?style=flat)](https://github.com/buanet/ioBroker.docker)
[![GitHub forks](https://img.shields.io/github/forks/buanet/ioBroker.docker)](https://github.com/buanet/ioBroker.docker/network)
[![GitHub stars](https://img.shields.io/github/stars/buanet/ioBroker.docker)](https://github.com/buanet/ioBroker.docker/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/network)
[![GitHub stars](https://img.shields.io/github/stars/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/stargazers)
[![License](https://img.shields.io/github/license/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/blob/master/LICENSE.md)
[![Donate](https://img.shields.io/badge/donate-paypal-blue?style=flat)](https://paypal.me/buanet)
@@ -34,15 +34,12 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o
It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead.
### Node 22 versions
* [`v11.0.0`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile), [`latest-v11`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile)
### Node 20 versions
* [`v10.0.0`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile), [`latest-v10`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile)
### Node 18 versions
* [`v9.1.2`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile)
* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile)
* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile)
* [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile)
# What is ioBroker?
IoBroker is an open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.<br>

View File

@@ -13,8 +13,8 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/buanet/iobroker?style=flat)](https://hub.docker.com/repository/docker/buanet/iobroker)
[![Docker Stars](https://img.shields.io/docker/stars/buanet/iobroker?style=flat)](https://hub.docker.com/repository/docker/buanet/iobroker)<br>
[![Source](https://img.shields.io/badge/source-github-blue?style=flat)](https://github.com/buanet/ioBroker.docker)
[![GitHub forks](https://img.shields.io/github/forks/buanet/ioBroker.docker)](https://github.com/buanet/ioBroker.docker/network)
[![GitHub stars](https://img.shields.io/github/stars/buanet/ioBroker.docker)](https://github.com/buanet/ioBroker.docker/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/network)
[![GitHub stars](https://img.shields.io/github/stars/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/stargazers)
[![License](https://img.shields.io/github/license/buanet/ioBroker.docker?style=flat)](https://github.com/buanet/ioBroker.docker/blob/master/LICENSE.md)
[![Donate](https://img.shields.io/badge/donate-paypal-blue?style=flat)](https://paypal.me/buanet)
@@ -36,15 +36,12 @@ New major image versions (e.g. v6, v7, v8) usually include a new major version o
It is highly recommended not to use the `latest` tag for production, especially when using any kind of automated update procedure like watchtower. Please use the `latest-v[major_version]` tag instead.
### Node 22 versions
* [`v11.0.0`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile), [`latest-v11`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v11.0.0/debian12/Dockerfile)
### Node 20 versions
* [`v10.0.0`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile), [`latest-v10`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile), [`latest`](https://github.com/buanet/ioBroker.docker/blob/v10.0.0/debian12/Dockerfile)
### Node 18 versions
* [`v9.1.2`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile), [`latest-v9`](https://github.com/buanet/ioBroker.docker/blob/v9.1.2/debian12/Dockerfile)
* [`v9.1.1`](https://github.com/buanet/ioBroker.docker/blob/v9.1.1/debian12/Dockerfile)
* [`v9.1.0`](https://github.com/buanet/ioBroker.docker/blob/v9.1.0/debian12/Dockerfile)
* [`v9.0.1`](https://github.com/buanet/ioBroker.docker/blob/v9.0.1/debian12/Dockerfile)
# What is ioBroker?
IoBroker is an open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: "adapters") ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.<br>