mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
update all container to alpine v3.18.3
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
c613febbff
commit
fad2558690
8 changed files with 19 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM caddy:2.6.4-alpine as caddy
|
FROM caddy:2.6.4-alpine as caddy
|
||||||
|
|
||||||
FROM httpd:2.4.57-alpine3.17
|
FROM httpd:2.4.57-alpine3.18
|
||||||
|
|
||||||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.17.3
|
FROM alpine:3.18.2
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.17.3
|
FROM alpine:3.18.2
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache bash lighttpd netcat-openbsd; \
|
apk add --no-cache bash lighttpd netcat-openbsd; \
|
||||||
adduser -S www-data -G www-data; \
|
adduser -S www-data -G www-data; \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.20.5-alpine3.17 as go
|
FROM golang:1.20.5-alpine3.18 as go
|
||||||
|
|
||||||
ENV IMAGINARY_HASH b632dae8cc321452c3f85bcae79c580b1ae1ed84
|
ENV IMAGINARY_HASH b632dae8cc321452c3f85bcae79c580b1ae1ed84
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
|
@ -12,7 +12,7 @@ RUN set -ex; \
|
||||||
build-base; \
|
build-base; \
|
||||||
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
|
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
|
||||||
|
|
||||||
FROM alpine:3.17.3
|
FROM alpine:3.18.2
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ FROM docker:24.0.2-cli as docker
|
||||||
FROM caddy:2.6.4-alpine as caddy
|
FROM caddy:2.6.4-alpine as caddy
|
||||||
|
|
||||||
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
|
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
|
||||||
FROM php:8.2.7-fpm-alpine3.17
|
FROM php:8.2.7-fpm-alpine3.18
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM php:8.1.20-fpm-alpine3.17
|
FROM php:8.1.20-fpm-alpine3.18
|
||||||
|
|
||||||
ENV PHP_MEMORY_LIMIT 512M
|
ENV PHP_MEMORY_LIMIT 512M
|
||||||
ENV PHP_UPLOAD_LIMIT 10G
|
ENV PHP_UPLOAD_LIMIT 10G
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM nats:2.9.17-scratch as nats
|
FROM nats:2.9.17-scratch as nats
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
||||||
FROM coturn/coturn:4.6.2-r0-alpine
|
FROM coturn/coturn:4.6.2-r3-alpine
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
||||||
|
|
@ -14,26 +14,28 @@ RUN set -ex; \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tzdata \
|
tzdata \
|
||||||
bash \
|
bash \
|
||||||
|
janus-gateway \
|
||||||
openssl \
|
openssl \
|
||||||
supervisor \
|
supervisor \
|
||||||
bind-tools \
|
bind-tools \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
|
wget \
|
||||||
shadow \
|
shadow \
|
||||||
util-linux \
|
util-linux \
|
||||||
build-base \
|
build-base \
|
||||||
lua5.3-dev \
|
lua5.4-dev \
|
||||||
luarocks5.3; \
|
luarocks5.4; \
|
||||||
apk add --no-cache janus-gateway --repository http://dl-cdn.alpinelinux.org/alpine/edge/community; \
|
|
||||||
useradd --system talk; \
|
useradd --system talk; \
|
||||||
luarocks-5.3 install luajson; \
|
luarocks-5.4 install luajson; \
|
||||||
luarocks-5.3 install ansicolors; \
|
luarocks-5.4 install ansicolors; \
|
||||||
rename -v ".jcfg.sample" ".jcfg" /etc/janus/*.sample; \
|
rename -v ".jcfg.sample" ".jcfg" /etc/janus/*.sample; \
|
||||||
apk del --no-cache \
|
apk del --no-cache \
|
||||||
|
wget \
|
||||||
shadow \
|
shadow \
|
||||||
util-linux \
|
util-linux \
|
||||||
build-base \
|
build-base \
|
||||||
lua5.3-dev \
|
lua5.4-dev \
|
||||||
luarocks5.3; \
|
luarocks5.4; \
|
||||||
\
|
\
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,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.5.3 as watchtower
|
FROM containrrr/watchtower:1.5.3 as watchtower
|
||||||
|
|
||||||
FROM alpine:3.17.3
|
FROM alpine:3.18.2
|
||||||
|
|
||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
COPY --from=watchtower /watchtower /watchtower
|
COPY --from=watchtower /watchtower /watchtower
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue