Skip to content

Commit

Permalink
Switch to custom NodeJS base image (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 5, 2024
1 parent b75d817 commit 7434c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions zwave-js-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -17,14 +17,12 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
linux-headers=6.5-r0 \
npm=10.2.5-r0 \
python3-dev=3.11.6-r1 \
\
&& apk add --no-cache \
eudev=3.2.14-r0 \
libusb=1.0.26-r3 \
nginx=1.24.0-r14 \
nodejs=20.10.0-r1 \
\
&& curl -J -L -o /tmp/zwave-js-ui.tar.gz \
"https://github.com/zwave-js/zwave-js-ui/archive/${ZWAVE_JS_UI_VERSION}.tar.gz" \
Expand Down
6 changes: 3 additions & 3 deletions zwave-js-ui/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:15.0.3
amd64: ghcr.io/hassio-addons/base:15.0.3
armv7: ghcr.io/hassio-addons/base:15.0.3
aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.0
amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0
armv7: ghcr.io/hassio-addons/base-nodejs:0.1.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 7434c8c

Please sign in to comment.