From 92ae9746975713adf683c66a3f03b84578513c94 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Tue, 30 Sep 2025 14:16:16 +0000 Subject: [PATCH] Updated base images --- p910nd/CHANGELOG.md | 2 ++ p910nd/Dockerfile | 2 +- p910nd/config.yaml | 2 +- scanbd2smb/CHANGELOG.md | 2 ++ scanbd2smb/Dockerfile | 2 +- scanbd2smb/config.yaml | 24 +++++++++++------------- vscode-remote-ssh/CHANGELOG.md | 2 ++ vscode-remote-ssh/Dockerfile | 2 +- vscode-remote-ssh/config.yaml | 2 +- 9 files changed, 22 insertions(+), 18 deletions(-) diff --git a/p910nd/CHANGELOG.md b/p910nd/CHANGELOG.md index 6312f22..7896db5 100644 --- a/p910nd/CHANGELOG.md +++ b/p910nd/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.47 +- Updated base image to debian:bookworm-20250929-slim ## Version 0.1.46 - Updated base image to debian:bookworm-20250908-slim ## Version 0.1.45 diff --git a/p910nd/Dockerfile b/p910nd/Dockerfile index d3b1cd4..514154f 100644 --- a/p910nd/Dockerfile +++ b/p910nd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250908-slim +FROM debian:bookworm-20250929-slim # Install prerequisites RUN apt-get update && \ diff --git a/p910nd/config.yaml b/p910nd/config.yaml index fcbb2ed..28fc6b6 100644 --- a/p910nd/config.yaml +++ b/p910nd/config.yaml @@ -1,5 +1,5 @@ name: p910nd -version: 0.1.46 +version: 0.1.47 slug: p910nd description: Enables you to connect a printer to Home Assistant. url: https://github.com/mietzen/hassio-addons/tree/master/p910nd diff --git a/scanbd2smb/CHANGELOG.md b/scanbd2smb/CHANGELOG.md index 3039f67..09d9e28 100644 --- a/scanbd2smb/CHANGELOG.md +++ b/scanbd2smb/CHANGELOG.md @@ -1,3 +1,5 @@ # Changelog: +## Version 0.1.1 +- Updated base image to debian:bookworm-20250929-slim ## Version 0.1.0 - First release of scandb2smb addon \ No newline at end of file diff --git a/scanbd2smb/Dockerfile b/scanbd2smb/Dockerfile index 7a2bdd5..4962b30 100644 --- a/scanbd2smb/Dockerfile +++ b/scanbd2smb/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250908-slim +FROM debian:bookworm-20250929-slim RUN apt-get update && \ apt-get install -y \ diff --git a/scanbd2smb/config.yaml b/scanbd2smb/config.yaml index a1bcf07..7d3c6ed 100644 --- a/scanbd2smb/config.yaml +++ b/scanbd2smb/config.yaml @@ -1,14 +1,14 @@ name: scanbd2smb -version: 0.1.0 +version: 0.1.1 slug: scanbd2smb description: Enables you to scan from your USB Scanner to a SMB Folder. url: https://github.com/mietzen/hassio-addons/tree/master/scanbd arch: - - armhf - - armv7 - - aarch64 - - amd64 - - i386 +- armhf +- armv7 +- aarch64 +- amd64 +- i386 startup: application boot: auto homeassistant_api: false @@ -18,15 +18,13 @@ stdin: true image: mietzen/hass-addon-scanbd2smb init: false usb: true - options: - smb_share: "" - smb_user: "" - smb_password: "" - ocr_language: "eng" + smb_share: '' + smb_user: '' + smb_password: '' + ocr_language: eng scan_resolution: 300 - scan_mode: "Color" - + scan_mode: Color schema: smb_share: str smb_user: str diff --git a/vscode-remote-ssh/CHANGELOG.md b/vscode-remote-ssh/CHANGELOG.md index 223cee4..283a3a1 100644 --- a/vscode-remote-ssh/CHANGELOG.md +++ b/vscode-remote-ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 1.0.48 +- Updated base image to debian:bookworm-20250929-slim ## Version 1.0.47 - Updated base image to debian:bookworm-20250908-slim ## Version 1.0.46 diff --git a/vscode-remote-ssh/Dockerfile b/vscode-remote-ssh/Dockerfile index 53004dd..d8ef20c 100644 --- a/vscode-remote-ssh/Dockerfile +++ b/vscode-remote-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250908-slim +FROM debian:bookworm-20250929-slim ENV LANG C.UTF-8 diff --git a/vscode-remote-ssh/config.yaml b/vscode-remote-ssh/config.yaml index 415ee37..b354c2f 100644 --- a/vscode-remote-ssh/config.yaml +++ b/vscode-remote-ssh/config.yaml @@ -1,5 +1,5 @@ name: Visual Studio Code Remote SSH Server -version: 1.0.47 +version: 1.0.48 slug: vscode-remote-ssh description: Enables you to connect to Home Assistant via Visual Studio Code Remote SSH.