mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
update alpine to v3.20.1
This commit is contained in:
parent
1b0cace7a8
commit
85ede06e7b
51 changed files with 14 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM caddy:2.8.4-alpine as caddy
|
FROM caddy:2.8.4-alpine as caddy
|
||||||
|
|
||||||
FROM httpd:2.4.59-alpine3.19
|
FROM httpd:2.4.59-alpine3.20
|
||||||
|
|
||||||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.19.1
|
FROM alpine:3.20.1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM haproxy:2.9.7-alpine3.19
|
FROM haproxy:2.9.7-alpine3.20
|
||||||
|
|
||||||
# hadolint ignore=DL3002
|
# hadolint ignore=DL3002
|
||||||
USER root
|
USER root
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.19.1
|
FROM alpine:3.20.1
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk upgrade --no-cache -a; \
|
apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache bash lighttpd netcat-openbsd; \
|
apk add --no-cache bash lighttpd netcat-openbsd; \
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ FROM docker:26.1.4-cli as docker
|
||||||
# Caddy is a requirement
|
# Caddy is a requirement
|
||||||
FROM caddy:2.8.4-alpine as caddy
|
FROM caddy:2.8.4-alpine as caddy
|
||||||
|
|
||||||
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.19/fpm/Dockerfile
|
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.20/fpm/Dockerfile
|
||||||
FROM php:8.3.8-fpm-alpine3.19
|
FROM php:8.3.8-fpm-alpine3.20
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM php:8.2.20-fpm-alpine3.19
|
FROM php:8.2.20-fpm-alpine3.20
|
||||||
|
|
||||||
ENV PHP_MEMORY_LIMIT 512M
|
ENV PHP_MEMORY_LIMIT 512M
|
||||||
ENV PHP_UPLOAD_LIMIT 10G
|
ENV PHP_UPLOAD_LIMIT 10G
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.19.1
|
FROM alpine:3.20.1
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM python:3.12.4-alpine3.19
|
FROM python:3.12.4-alpine3.20
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
|
|
||||||
|
|
@ -26,9 +26,8 @@ RUN set -ex; \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
openssl \
|
openssl \
|
||||||
build-base \
|
build-base \
|
||||||
linux-headers; \
|
linux-headers \
|
||||||
# chromium chromium-chromedriver?
|
geckodriver; \
|
||||||
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/community; \
|
|
||||||
useradd -d /tmp --system recording; \
|
useradd -d /tmp --system recording; \
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
FROM nats:2.10.16-scratch as nats
|
FROM nats:2.10.16-scratch as nats
|
||||||
FROM eturnal/eturnal:1.12.0 AS eturnal
|
FROM eturnal/eturnal:1.12.0 AS eturnal
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.3.1 as signaling
|
FROM strukturag/nextcloud-spreed-signaling:1.3.1 as signaling
|
||||||
FROM alpine:3.19.1 as janus
|
FROM alpine:3.20.1 as janus
|
||||||
|
|
||||||
ARG JANUS_VERSION=v0.14.2
|
ARG JANUS_VERSION=v0.14.2
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
@ -34,7 +34,7 @@ RUN set -ex; \
|
||||||
make configs; \
|
make configs; \
|
||||||
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
||||||
|
|
||||||
FROM alpine:3.19.1
|
FROM alpine:3.20.1
|
||||||
ENV ETURNAL_ETC_DIR="/conf"
|
ENV ETURNAL_ETC_DIR="/conf"
|
||||||
COPY --from=janus --chmod=777 --chown=1000:1000 /usr/local /usr/local
|
COPY --from=janus --chmod=777 --chown=1000:1000 /usr/local /usr/local
|
||||||
COPY --from=eturnal --chmod=777 --chown=1000:1000 /opt/eturnal /opt/eturnal
|
COPY --from=eturnal --chmod=777 --chown=1000:1000 /opt/eturnal /opt/eturnal
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# From https://github.com/containrrr/watchtower/blob/main/dockerfiles/Dockerfile.self-contained
|
# From https://github.com/containrrr/watchtower/blob/main/dockerfiles/Dockerfile.self-contained
|
||||||
FROM containrrr/watchtower:1.7.1 as watchtower
|
FROM containrrr/watchtower:1.7.1 as watchtower
|
||||||
|
|
||||||
FROM alpine:3.19.1
|
FROM alpine:3.20.1
|
||||||
|
|
||||||
RUN apk upgrade --no-cache -a; \
|
RUN apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache bash
|
apk add --no-cache bash
|
||||||
|
|
|
||||||
0
community-containers/dlna/dlna.json
Executable file → Normal file
0
community-containers/dlna/dlna.json
Executable file → Normal file
0
community-containers/dlna/readme.md
Executable file → Normal file
0
community-containers/dlna/readme.md
Executable file → Normal file
0
nextcloud-aio-helm-chart/Chart.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/Chart.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/readme.md
Executable file → Normal file
0
nextcloud-aio-helm-chart/readme.md
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/update-helm.sh
Executable file → Normal file
0
nextcloud-aio-helm-chart/update-helm.sh
Executable file → Normal file
0
nextcloud-aio-helm-chart/values.yaml
Executable file → Normal file
0
nextcloud-aio-helm-chart/values.yaml
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue