mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-05 03:21:24 +00:00
⬆️ Upgrades add-on base image to 13.0.0 (#29)
This commit is contained in:
parent
7d18ba8985
commit
3f7145a011
2 changed files with 13 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -16,16 +16,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
py3-pip=22.1.1-r0 \
|
py3-pip=22.3.1-r1 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
nodejs=16.17.1-r0 \
|
nodejs=18.12.1-r0 \
|
||||||
npm=8.10.0-r0 \
|
npm=9.1.2-r0 \
|
||||||
python3=3.10.8-r0 \
|
python3=3.10.9-r1 \
|
||||||
iputils=20211215-r0 \
|
iputils=20211215-r0 \
|
||||||
setpriv=2.38-r1 \
|
setpriv=2.38.1-r0 \
|
||||||
\
|
|
||||||
&& npm config set unsafe-perm true \
|
|
||||||
\
|
\
|
||||||
&& mkdir -p /opt/uptime-kuma \
|
&& mkdir -p /opt/uptime-kuma \
|
||||||
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.5.tar.gz" \
|
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.5.tar.gz" \
|
||||||
|
@ -36,12 +34,11 @@ RUN \
|
||||||
&& pip install -r /opt/requirements.txt \
|
&& pip install -r /opt/requirements.txt \
|
||||||
\
|
\
|
||||||
&& npm ci \
|
&& npm ci \
|
||||||
--production \
|
|
||||||
--no-audit \
|
--no-audit \
|
||||||
|
--no-fund \
|
||||||
--no-optional \
|
--no-optional \
|
||||||
--no-update-notifier \
|
--no-update-notifier \
|
||||||
--only=production \
|
--omit=dev \
|
||||||
--unsafe-perm \
|
|
||||||
&& npm run download-dist \
|
&& npm run download-dist \
|
||||||
\
|
\
|
||||||
&& npm cache clear --force \
|
&& npm cache clear --force \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:12.2.7
|
aarch64: ghcr.io/hassio-addons/base:13.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:12.2.7
|
amd64: ghcr.io/hassio-addons/base:13.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base:12.2.7
|
armhf: ghcr.io/hassio-addons/base:13.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:12.2.7
|
armv7: ghcr.io/hassio-addons/base:13.0.0
|
||||||
i386: ghcr.io/hassio-addons/base:12.2.7
|
i386: ghcr.io/hassio-addons/base:13.0.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