From e24d1c00f76248a1284d5d69dccce414e8910964 Mon Sep 17 00:00:00 2001 From: Wendelin Peleska Date: Mon, 29 Apr 2024 16:09:06 +0200 Subject: [PATCH] 1.0.4 upgrade docker base images to 3.19 --- homedocs/CHANGELOG.md | 4 ++++ homedocs/Dockerfile | 2 +- homedocs/build.yaml | 10 +++++----- homedocs/config.yaml | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/homedocs/CHANGELOG.md b/homedocs/CHANGELOG.md index 53c3301..838d3ce 100644 --- a/homedocs/CHANGELOG.md +++ b/homedocs/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.0.4 + +- Upgrade base images to 3.19 + ## 1.0.3 - Use nodejs-current instead of nodejs in alpine linux diff --git a/homedocs/Dockerfile b/homedocs/Dockerfile index 4ecf7b5..598d01e 100644 --- a/homedocs/Dockerfile +++ b/homedocs/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM FROM $BUILD_FROM # Install requirements for add-on -RUN apk add --update --no-cache nodejs-current npm bash ca-certificates wget +RUN apk add --update --no-cache nodejs npm bash ca-certificates wget # Install glibc to run Bun RUN if [[ $(uname -m) == "aarch64" ]] ; \ then \ diff --git a/homedocs/build.yaml b/homedocs/build.yaml index 943a649..a3f993a 100644 --- a/homedocs/build.yaml +++ b/homedocs/build.yaml @@ -1,10 +1,10 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:3.15" - amd64: "ghcr.io/home-assistant/amd64-base:3.15" - # armhf: "ghcr.io/home-assistant/armhf-base:3.15" - # armv7: "ghcr.io/home-assistant/armv7-base:3.15" - i386: "ghcr.io/home-assistant/i386-base:3.15" + aarch64: "ghcr.io/home-assistant/aarch64-base:3.19" + amd64: "ghcr.io/home-assistant/amd64-base:3.19" + # armhf: "ghcr.io/home-assistant/armhf-base:3.19" + # armv7: "ghcr.io/home-assistant/armv7-base:3.19" + i386: "ghcr.io/home-assistant/i386-base:3.19" labels: org.opencontainers.image.title: "Homedocs" org.opencontainers.image.description: "Document stuff with Markdown based on Astro Starlight" diff --git a/homedocs/config.yaml b/homedocs/config.yaml index 0801ad5..ca5fc7b 100644 --- a/homedocs/config.yaml +++ b/homedocs/config.yaml @@ -1,6 +1,6 @@ name: Homedocs description: Document stuff with Markdown based on Astro Starlight -version: "1.0.3" +version: "1.0.4" slug: homedocs init: false url: https://github.com/masterwendu/homeassistant-addons/tree/main/homedocs