mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
Switch to custom NodeJS base image
This commit is contained in:
parent
ece997acb8
commit
586e380285
2 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.1
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -11,12 +11,10 @@ RUN \
|
||||||
git=2.43.0-r0 \
|
git=2.43.0-r0 \
|
||||||
make=4.4.1-r2 \
|
make=4.4.1-r2 \
|
||||||
python3=3.11.6-r1 \
|
python3=3.11.6-r1 \
|
||||||
yarn=1.22.19-r0 \
|
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
icu-data-full=74.1-r0 \
|
icu-data-full=74.1-r0 \
|
||||||
nginx=1.24.0-r14 \
|
nginx=1.24.0-r14 \
|
||||||
nodejs=20.10.0-r1 \
|
|
||||||
\
|
\
|
||||||
&& yarn global add \
|
&& yarn global add \
|
||||||
modclean@3.0.0-beta.1 \
|
modclean@3.0.0-beta.1 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:15.0.1
|
aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
amd64: ghcr.io/hassio-addons/base:15.0.1
|
amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base:15.0.1
|
armv7: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue