mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-07-22 07:40:42 +09:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb016e60ee | |||
| 415fbce955 | |||
| bc02502e97 | |||
| 2c22ce9573 |
+30
-32
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.22
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.24
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -49,36 +49,34 @@ RUN \
|
||||
nginx-mod-stream \
|
||||
nginx-mod-stream-geoip2 \
|
||||
nginx-vim \
|
||||
php84-bcmath \
|
||||
php84-bz2 \
|
||||
php84-dom \
|
||||
php84-exif \
|
||||
php84-ftp \
|
||||
php84-gd \
|
||||
php84-gmp \
|
||||
php84-imap \
|
||||
php84-intl \
|
||||
php84-ldap \
|
||||
php84-mysqli \
|
||||
php84-mysqlnd \
|
||||
php84-opcache \
|
||||
php84-pdo_mysql \
|
||||
php84-pdo_odbc \
|
||||
php84-pdo_pgsql \
|
||||
php84-pdo_sqlite \
|
||||
php84-pear \
|
||||
php84-pecl-apcu \
|
||||
php84-pecl-memcached \
|
||||
php84-pecl-redis \
|
||||
php84-pgsql \
|
||||
php84-posix \
|
||||
php84-soap \
|
||||
php84-sockets \
|
||||
php84-sodium \
|
||||
php84-sqlite3 \
|
||||
php84-tokenizer \
|
||||
php84-xmlreader \
|
||||
php84-xsl \
|
||||
php85-bcmath \
|
||||
php85-bz2 \
|
||||
php85-dom \
|
||||
php85-exif \
|
||||
php85-ftp \
|
||||
php85-gd \
|
||||
php85-gmp \
|
||||
php85-intl \
|
||||
php85-ldap \
|
||||
php85-mysqli \
|
||||
php85-mysqlnd \
|
||||
php85-pdo_mysql \
|
||||
php85-pdo_odbc \
|
||||
php85-pdo_pgsql \
|
||||
php85-pdo_sqlite \
|
||||
php85-pear \
|
||||
php85-pecl-apcu \
|
||||
php85-pecl-memcached \
|
||||
php85-pecl-redis \
|
||||
php85-pgsql \
|
||||
php85-posix \
|
||||
php85-soap \
|
||||
php85-sockets \
|
||||
php85-sodium \
|
||||
php85-sqlite3 \
|
||||
php85-tokenizer \
|
||||
php85-xmlreader \
|
||||
php85-xsl \
|
||||
whois && \
|
||||
echo "**** install certbot plugins ****" && \
|
||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||
@@ -88,7 +86,7 @@ RUN \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
wheel && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
|
||||
certbot==${CERTBOT_VERSION} \
|
||||
certbot-dns-acmedns \
|
||||
certbot-dns-aliyun \
|
||||
|
||||
+30
-32
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.22
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.24
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -49,36 +49,34 @@ RUN \
|
||||
nginx-mod-stream \
|
||||
nginx-mod-stream-geoip2 \
|
||||
nginx-vim \
|
||||
php84-bcmath \
|
||||
php84-bz2 \
|
||||
php84-dom \
|
||||
php84-exif \
|
||||
php84-ftp \
|
||||
php84-gd \
|
||||
php84-gmp \
|
||||
php84-imap \
|
||||
php84-intl \
|
||||
php84-ldap \
|
||||
php84-mysqli \
|
||||
php84-mysqlnd \
|
||||
php84-opcache \
|
||||
php84-pdo_mysql \
|
||||
php84-pdo_odbc \
|
||||
php84-pdo_pgsql \
|
||||
php84-pdo_sqlite \
|
||||
php84-pear \
|
||||
php84-pecl-apcu \
|
||||
php84-pecl-memcached \
|
||||
php84-pecl-redis \
|
||||
php84-pgsql \
|
||||
php84-posix \
|
||||
php84-soap \
|
||||
php84-sockets \
|
||||
php84-sodium \
|
||||
php84-sqlite3 \
|
||||
php84-tokenizer \
|
||||
php84-xmlreader \
|
||||
php84-xsl \
|
||||
php85-bcmath \
|
||||
php85-bz2 \
|
||||
php85-dom \
|
||||
php85-exif \
|
||||
php85-ftp \
|
||||
php85-gd \
|
||||
php85-gmp \
|
||||
php85-intl \
|
||||
php85-ldap \
|
||||
php85-mysqli \
|
||||
php85-mysqlnd \
|
||||
php85-pdo_mysql \
|
||||
php85-pdo_odbc \
|
||||
php85-pdo_pgsql \
|
||||
php85-pdo_sqlite \
|
||||
php85-pear \
|
||||
php85-pecl-apcu \
|
||||
php85-pecl-memcached \
|
||||
php85-pecl-redis \
|
||||
php85-pgsql \
|
||||
php85-posix \
|
||||
php85-soap \
|
||||
php85-sockets \
|
||||
php85-sodium \
|
||||
php85-sqlite3 \
|
||||
php85-tokenizer \
|
||||
php85-xmlreader \
|
||||
php85-xsl \
|
||||
whois && \
|
||||
echo "**** install certbot plugins ****" && \
|
||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||
@@ -88,7 +86,7 @@ RUN \
|
||||
pip install -U --no-cache-dir \
|
||||
pip \
|
||||
wheel && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
|
||||
certbot==${CERTBOT_VERSION} \
|
||||
certbot-dns-acmedns \
|
||||
certbot-dns-aliyun \
|
||||
|
||||
+41
-41
@@ -1,13 +1,13 @@
|
||||
NAME VERSION TYPE
|
||||
Simple Launcher 1.1.0.14 binary (+5 duplicates)
|
||||
acl-libs 2.3.2-r1 apk
|
||||
acme 5.6.0 python
|
||||
acme 5.7.0 python
|
||||
alpine-baselayout 3.7.0-r0 apk
|
||||
alpine-baselayout-data 3.7.0-r0 apk
|
||||
alpine-keys 2.5-r0 apk
|
||||
alpine-release 3.22.5-r0 apk
|
||||
annotated-types 0.7.0 python
|
||||
anyio 4.14.1 python
|
||||
anyio 4.14.2 python
|
||||
aom-libs 3.12.1-r0 apk
|
||||
apache2-utils 2.4.68-r0 apk
|
||||
apk-tools 2.14.10-r0 apk
|
||||
@@ -23,29 +23,29 @@ azure-mgmt-dns 9.0.0 python
|
||||
backports-tarfile 1.2.0 python
|
||||
bash 5.2.37-r0 apk
|
||||
beautifulsoup4 4.15.0 python
|
||||
boto3 1.43.46 python
|
||||
botocore 1.43.46 python
|
||||
boto3 1.43.51 python
|
||||
botocore 1.43.51 python
|
||||
brotli-libs 1.1.0-r2 apk
|
||||
bs4 0.0.2 python
|
||||
busybox 1.37.0-r20 apk
|
||||
busybox-binsh 1.37.0-r20 apk
|
||||
c-ares 1.34.6-r0 apk
|
||||
c-ares 1.34.8-r0 apk
|
||||
c-client 2007f-r15 apk
|
||||
ca-certificates 20260611-r0 apk
|
||||
ca-certificates-bundle 20260611-r0 apk
|
||||
catatonit 0.2.1-r0 apk
|
||||
certbot 5.6.0 python
|
||||
certbot 5.7.0 python
|
||||
certbot-dns-acmedns 0.1.0 python
|
||||
certbot-dns-aliyun 2.0.0 python
|
||||
certbot-dns-azure 1.5.0 python
|
||||
certbot-dns-bunny 3.0.0 python
|
||||
certbot-dns-cloudflare 5.6.0 python
|
||||
certbot-dns-cloudflare 5.7.0 python
|
||||
certbot-dns-cpanel 0.4.0 python
|
||||
certbot-dns-desec 1.3.2 python
|
||||
certbot-dns-digitalocean 5.6.0 python
|
||||
certbot-dns-digitalocean 5.7.0 python
|
||||
certbot-dns-directadmin 1.0.15 python
|
||||
certbot-dns-dnsimple 5.6.0 python
|
||||
certbot-dns-dnsmadeeasy 5.6.0 python
|
||||
certbot-dns-dnsimple 5.7.0 python
|
||||
certbot-dns-dnsmadeeasy 5.7.0 python
|
||||
certbot-dns-dnspod 0.1.0 python
|
||||
certbot-dns-do 0.31.0 python
|
||||
certbot-dns-domeneshop 0.2.9 python
|
||||
@@ -53,29 +53,29 @@ certbot-dns-dreamhost 1.0 python
|
||||
certbot-dns-duckdns 1.8.0 python
|
||||
certbot-dns-dynudns 0.0.6 python
|
||||
certbot-dns-freedns 0.2.0 python
|
||||
certbot-dns-gehirn 5.6.0 python
|
||||
certbot-dns-gehirn 5.7.0 python
|
||||
certbot-dns-glesys 2.1.0 python
|
||||
certbot-dns-godaddy 2.8.0 python
|
||||
certbot-dns-google 5.6.0 python
|
||||
certbot-dns-google 5.7.0 python
|
||||
certbot-dns-he 1.0.0 python
|
||||
certbot-dns-hetzner 4.0.0 python
|
||||
certbot-dns-hetzner-cloud 1.0.5 python
|
||||
certbot-dns-infomaniak 0.2.4 python
|
||||
certbot-dns-inwx 3.0.3 python
|
||||
certbot-dns-ionos 2024.11.9 python
|
||||
certbot-dns-linode 5.6.0 python
|
||||
certbot-dns-linode 5.7.0 python
|
||||
certbot-dns-loopia 1.0.1 python
|
||||
certbot-dns-luadns 5.6.0 python
|
||||
certbot-dns-luadns 5.7.0 python
|
||||
certbot-dns-mijn-host 0.0.9 python
|
||||
certbot-dns-namecheap 1.0.0 python
|
||||
certbot-dns-netcup 2.0.3 python
|
||||
certbot-dns-njalla 2.0.2 python
|
||||
certbot-dns-nsone 5.6.0 python
|
||||
certbot-dns-ovh 5.6.0 python
|
||||
certbot-dns-nsone 5.7.0 python
|
||||
certbot-dns-ovh 5.7.0 python
|
||||
certbot-dns-porkbun 0.11.0 python
|
||||
certbot-dns-rfc2136 5.6.0 python
|
||||
certbot-dns-route53 5.6.0 python
|
||||
certbot-dns-sakuracloud 5.6.0 python
|
||||
certbot-dns-rfc2136 5.7.0 python
|
||||
certbot-dns-route53 5.7.0 python
|
||||
certbot-dns-sakuracloud 5.7.0 python
|
||||
certbot-dns-standalone 1.2.1 python
|
||||
certbot-dns-transip 0.5.2 python
|
||||
certbot-dns-vultr 1.1.0 python
|
||||
@@ -87,7 +87,7 @@ cli UNKNOWN binary
|
||||
cli-32 UNKNOWN binary
|
||||
cli-64 UNKNOWN binary
|
||||
cli-arm64 UNKNOWN binary
|
||||
cloudflare 5.4.0 python
|
||||
cloudflare 5.5.0 python
|
||||
composer 2.10.2 binary
|
||||
configargparse 1.7 python
|
||||
configobj 5.0.8 python
|
||||
@@ -105,7 +105,7 @@ domeneshop 0.4.4 python
|
||||
fail2ban 1.1.0 python
|
||||
fail2ban 1.1.0-r3 apk
|
||||
fail2ban-pyc 1.1.0-r3 apk
|
||||
filelock 3.29.7 python
|
||||
filelock 3.30.3 python
|
||||
findutils 4.10.0-r0 apk
|
||||
fontconfig 2.15.0-r3 apk
|
||||
freetype 2.13.3-r0 apk
|
||||
@@ -124,7 +124,7 @@ gnupg-wks-client 2.4.9-r0 apk
|
||||
gnutls 3.8.13-r0 apk
|
||||
google-api-core 2.30.3 python
|
||||
google-api-python-client 2.198.0 python
|
||||
google-auth 2.55.2 python
|
||||
google-auth 2.56.0 python
|
||||
google-auth-httplib2 0.4.0 python
|
||||
googleapis-common-protos 1.75.0 python
|
||||
gpg 2.4.9-r0 apk
|
||||
@@ -240,25 +240,25 @@ ncurses-terminfo-base 6.5_p20250503-r0 apk
|
||||
netcat-openbsd 1.229.1-r0 apk
|
||||
nettle 3.10.2-r0 apk
|
||||
nghttp2-libs 1.69.0-r0 apk
|
||||
nginx 1.28.3-r4 apk
|
||||
nginx-mod-devel-kit 1.28.3-r4 apk
|
||||
nginx-mod-http-brotli 1.28.3-r4 apk
|
||||
nginx-mod-http-dav-ext 1.28.3-r4 apk
|
||||
nginx-mod-http-echo 1.28.3-r4 apk
|
||||
nginx-mod-http-fancyindex 1.28.3-r4 apk
|
||||
nginx-mod-http-geoip2 1.28.3-r4 apk
|
||||
nginx-mod-http-headers-more 1.28.3-r4 apk
|
||||
nginx-mod-http-image-filter 1.28.3-r4 apk
|
||||
nginx-mod-http-perl 1.28.3-r4 apk
|
||||
nginx-mod-http-redis2 1.28.3-r4 apk
|
||||
nginx-mod-http-set-misc 1.28.3-r4 apk
|
||||
nginx-mod-http-upload-progress 1.28.3-r4 apk
|
||||
nginx-mod-http-xslt-filter 1.28.3-r4 apk
|
||||
nginx-mod-mail 1.28.3-r4 apk
|
||||
nginx-mod-rtmp 1.28.3-r4 apk
|
||||
nginx-mod-stream 1.28.3-r4 apk
|
||||
nginx-mod-stream-geoip2 1.28.3-r4 apk
|
||||
nginx-vim 1.28.3-r4 apk
|
||||
nginx 1.28.3-r5 apk
|
||||
nginx-mod-devel-kit 1.28.3-r5 apk
|
||||
nginx-mod-http-brotli 1.28.3-r5 apk
|
||||
nginx-mod-http-dav-ext 1.28.3-r5 apk
|
||||
nginx-mod-http-echo 1.28.3-r5 apk
|
||||
nginx-mod-http-fancyindex 1.28.3-r5 apk
|
||||
nginx-mod-http-geoip2 1.28.3-r5 apk
|
||||
nginx-mod-http-headers-more 1.28.3-r5 apk
|
||||
nginx-mod-http-image-filter 1.28.3-r5 apk
|
||||
nginx-mod-http-perl 1.28.3-r5 apk
|
||||
nginx-mod-http-redis2 1.28.3-r5 apk
|
||||
nginx-mod-http-set-misc 1.28.3-r5 apk
|
||||
nginx-mod-http-upload-progress 1.28.3-r5 apk
|
||||
nginx-mod-http-xslt-filter 1.28.3-r5 apk
|
||||
nginx-mod-mail 1.28.3-r5 apk
|
||||
nginx-mod-rtmp 1.28.3-r5 apk
|
||||
nginx-mod-stream 1.28.3-r5 apk
|
||||
nginx-mod-stream-geoip2 1.28.3-r5 apk
|
||||
nginx-vim 1.28.3-r5 apk
|
||||
npth 1.8-r0 apk
|
||||
oniguruma 6.9.10-r0 apk
|
||||
openssl 3.5.7-r0 apk
|
||||
|
||||
@@ -220,6 +220,7 @@ init_diagram: |
|
||||
"swag:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "19.07.26:", desc: "Rebase to Alpine 3.24 with PHP 8.5."}
|
||||
- {date: "10.07.26:", desc: "Add support for Let's Encrypt cert profiles. Run certbot twice daily with a random delay."}
|
||||
- {date: "19.06.26:", desc: "Add support for mijn.host dns validation."}
|
||||
- {date: "01.06.26:", desc: "Remove obsolete old cert check logic."}
|
||||
|
||||
Reference in New Issue
Block a user