⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2024-01-06 16:55:31 +01:00 committed by GitHub
parent 4be392f2e0
commit cea7fb164e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 18 additions and 20 deletions

View file

@ -23,7 +23,7 @@
], ],
"versioningTemplate": "loose", "versioningTemplate": "loose",
"datasourceTemplate": "repology", "datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}" "depNameTemplate": "alpine_3_19/{{package}}"
}, },
{ {
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3 ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -10,22 +10,20 @@ ARG TASMOADMIN_VERSION="v3.3.2"
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.24.0-r7 \ nginx=1.24.0-r14 \
php81-curl=8.1.26-r0 \ php82-curl=8.2.14-r0 \
php81-dom=8.1.26-r0 \ php82-dom=8.2.14-r0 \
php81-fpm=8.1.26-r0 \ php82-fpm=8.2.14-r0 \
php81-iconv=8.1.26-r0 \ php82-iconv=8.2.14-r0 \
php81-mbstring=8.1.26-r0 \ php82-mbstring=8.2.14-r0 \
php81-opcache=8.1.26-r0 \ php82-opcache=8.2.14-r0 \
php81-session=8.1.26-r0 \ php82-session=8.2.14-r0 \
php81-zip=8.1.26-r0 \ php82-zip=8.2.14-r0 \
php81=8.1.26-r0 \ php82=8.2.14-r0 \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
composer=2.6.5-r0 \ composer=2.6.6-r0 \
git=2.40.1-r0 \ git=2.43.0-r0 \
nodejs=18.18.2-r0 \
npm=9.6.6-r0 \
\ \
&& git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \ && git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \
"https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \

View file

@ -1,8 +1,8 @@
--- ---
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:14.3.3 aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.0
amd64: ghcr.io/hassio-addons/base:14.3.3 amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0
armv7: ghcr.io/hassio-addons/base:14.3.3 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

View file

@ -5,4 +5,4 @@
# Runs the PHP-FPM daemon # Runs the PHP-FPM daemon
# ============================================================================== # ==============================================================================
bashio::log.info "Starting PHP-FPM server..." bashio::log.info "Starting PHP-FPM server..."
exec php-fpm81 -R --nodaemonize exec php-fpm82 -R --nodaemonize