mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-03-15 18:55:53 +09:00
Compare commits
11 Commits
2.10.0-ls2
...
2.10.0-ls3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95c13d0082 | ||
|
|
e05fc4b1e3 | ||
|
|
099e0e75a4 | ||
|
|
fc1675f3a1 | ||
|
|
dc1bc6d5b3 | ||
|
|
db6f61bd27 | ||
|
|
67f864c7b9 | ||
|
|
3f885d0415 | ||
|
|
280c4bde4b | ||
|
|
59e7865464 | ||
|
|
5c58fa9383 |
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -275,7 +275,7 @@ pipeline {
|
|||||||
# ${TEMPDIR}/unraid/docker-templates: Cloned docker-templates repo to check for logos
|
# ${TEMPDIR}/unraid/docker-templates: Cloned docker-templates repo to check for logos
|
||||||
# ${TEMPDIR}/unraid/templates: Cloned templates repo for commiting unraid template changes and pushing back to Github
|
# ${TEMPDIR}/unraid/templates: Cloned templates repo for commiting unraid template changes and pushing back to Github
|
||||||
git clone --branch master --depth 1 https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/docker-${CONTAINER_NAME}
|
git clone --branch master --depth 1 https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/docker-${CONTAINER_NAME}
|
||||||
docker run --rm -v ${TEMPDIR}/docker-${CONTAINER_NAME}:/tmp -e LOCAL=true ghcr.io/linuxserver/jenkins-builder:latest
|
docker run --rm -v ${TEMPDIR}/docker-${CONTAINER_NAME}:/tmp -e LOCAL=true -e PUID=$(id -u) -e PGID=$(id -g) ghcr.io/linuxserver/jenkins-builder:latest
|
||||||
echo "Starting Stage 1 - Jenkinsfile update"
|
echo "Starting Stage 1 - Jenkinsfile update"
|
||||||
if [[ "$(md5sum Jenkinsfile | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile | awk '{ print $1 }')" ]]; then
|
if [[ "$(md5sum Jenkinsfile | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/Jenkinsfile | awk '{ print $1 }')" ]]; then
|
||||||
mkdir -p ${TEMPDIR}/repo
|
mkdir -p ${TEMPDIR}/repo
|
||||||
@@ -381,7 +381,9 @@ pipeline {
|
|||||||
echo "Updating Unraid template"
|
echo "Updating Unraid template"
|
||||||
cd ${TEMPDIR}/unraid/templates/
|
cd ${TEMPDIR}/unraid/templates/
|
||||||
GH_TEMPLATES_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||')
|
GH_TEMPLATES_DEFAULT_BRANCH=$(git remote show origin | grep "HEAD branch:" | sed 's|.*HEAD branch: ||')
|
||||||
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
|
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list && [[ -f ${TEMPDIR}/unraid/templates/unraid/deprecated/${CONTAINER_NAME}.xml ]]; then
|
||||||
|
echo "Image is on the ignore list, and already in the deprecation folder."
|
||||||
|
elif grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
|
||||||
echo "Image is on the ignore list, marking Unraid template as deprecated"
|
echo "Image is on the ignore list, marking Unraid template as deprecated"
|
||||||
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
|
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
|
||||||
git add -u unraid/${CONTAINER_NAME}.xml
|
git add -u unraid/${CONTAINER_NAME}.xml
|
||||||
@@ -608,7 +610,7 @@ pipeline {
|
|||||||
sh '''#! /bin/bash
|
sh '''#! /bin/bash
|
||||||
set -e
|
set -e
|
||||||
TEMPDIR=$(mktemp -d)
|
TEMPDIR=$(mktemp -d)
|
||||||
if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then
|
if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" != "true" ]; then
|
||||||
LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG}
|
LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG}
|
||||||
else
|
else
|
||||||
LOCAL_CONTAINER=${IMAGE}:${META_TAG}
|
LOCAL_CONTAINER=${IMAGE}:${META_TAG}
|
||||||
|
|||||||
@@ -10,30 +10,31 @@ alpine-baselayout-data 3.4.3-r2 apk
|
|||||||
alpine-keys 2.4-r1 apk
|
alpine-keys 2.4-r1 apk
|
||||||
alpine-release 3.19.1-r0 apk
|
alpine-release 3.19.1-r0 apk
|
||||||
aom-libs 3.7.1-r0 apk
|
aom-libs 3.7.1-r0 apk
|
||||||
apache2-utils 2.4.58-r1 apk
|
apache2-utils 2.4.59-r0 apk
|
||||||
apk-tools 2.14.0-r5 apk
|
apk-tools 2.14.4-r0 apk
|
||||||
apr 1.7.4-r0 apk
|
apr 1.7.4-r0 apk
|
||||||
apr-util 1.6.3-r1 apk
|
apr-util 1.6.3-r1 apk
|
||||||
argon2-libs 20190702-r5 apk
|
argon2-libs 20190702-r5 apk
|
||||||
attrs 23.2.0 python
|
attrs 23.2.0 python
|
||||||
azure-common 1.1.28 python
|
azure-common 1.1.28 python
|
||||||
azure-core 1.30.1 python
|
azure-core 1.30.1 python
|
||||||
azure-identity 1.15.0 python
|
azure-identity 1.16.0 python
|
||||||
azure-mgmt-core 1.4.0 python
|
azure-mgmt-core 1.4.0 python
|
||||||
azure-mgmt-dns 8.1.0 python
|
azure-mgmt-dns 8.1.0 python
|
||||||
bash 5.2.21-r0 apk
|
bash 5.2.21-r0 apk
|
||||||
beautifulsoup4 4.12.3 python
|
beautifulsoup4 4.12.3 python
|
||||||
boto3 1.34.77 python
|
boto3 1.34.103 python
|
||||||
botocore 1.34.77 python
|
botocore 1.34.103 python
|
||||||
brotli-libs 1.1.0-r1 apk
|
brotli-libs 1.1.0-r1 apk
|
||||||
bs4 0.0.2 python
|
bs4 0.0.2 python
|
||||||
busybox 1.36.1-r15 apk
|
busybox 1.36.1-r15 apk
|
||||||
busybox-binsh 1.36.1-r15 apk
|
busybox-binsh 1.36.1-r15 apk
|
||||||
c-ares 1.24.0-r1 apk
|
c-ares 1.27.0-r0 apk
|
||||||
c-client 2007f-r15 apk
|
c-client 2007f-r15 apk
|
||||||
ca-certificates 20240226-r0 apk
|
ca-certificates 20240226-r0 apk
|
||||||
ca-certificates-bundle 20240226-r0 apk
|
ca-certificates-bundle 20240226-r0 apk
|
||||||
cachetools 5.3.3 python
|
cachetools 5.3.3 python
|
||||||
|
catatonit 0.2.0-r0 apk
|
||||||
certbot 2.10.0 python
|
certbot 2.10.0 python
|
||||||
certbot-dns-acmedns 0.1.0 python
|
certbot-dns-acmedns 0.1.0 python
|
||||||
certbot-dns-aliyun 2.0.0 python
|
certbot-dns-aliyun 2.0.0 python
|
||||||
@@ -52,7 +53,7 @@ certbot-dns-domeneshop 0.2.9 python
|
|||||||
certbot-dns-dreamhost 1.0 python
|
certbot-dns-dreamhost 1.0 python
|
||||||
certbot-dns-duckdns 1.3 python
|
certbot-dns-duckdns 1.3 python
|
||||||
certbot-dns-dynudns 0.0.6 python
|
certbot-dns-dynudns 0.0.6 python
|
||||||
certbot-dns-freedns 0.1.0 python
|
certbot-dns-freedns 0.2.0 python
|
||||||
certbot-dns-gehirn 2.10.0 python
|
certbot-dns-gehirn 2.10.0 python
|
||||||
certbot-dns-glesys 2.1.0 python
|
certbot-dns-glesys 2.1.0 python
|
||||||
certbot-dns-godaddy 2.8.0 python
|
certbot-dns-godaddy 2.8.0 python
|
||||||
@@ -82,25 +83,26 @@ certbot-plugin-gandi 1.5.0 python
|
|||||||
certifi 2024.2.2 python
|
certifi 2024.2.2 python
|
||||||
cffi 1.16.0 python
|
cffi 1.16.0 python
|
||||||
charset-normalizer 3.3.2 python
|
charset-normalizer 3.3.2 python
|
||||||
cloudflare 2.19.2 python
|
cloudflare 2.20.0 python
|
||||||
composer 2.7.2 binary
|
composer 2.7.6 binary
|
||||||
configobj 5.0.8 python
|
configobj 5.0.8 python
|
||||||
coreutils 9.4-r2 apk
|
coreutils 9.4-r2 apk
|
||||||
coreutils-env 9.4-r2 apk
|
coreutils-env 9.4-r2 apk
|
||||||
coreutils-fmt 9.4-r2 apk
|
coreutils-fmt 9.4-r2 apk
|
||||||
coreutils-sha512sum 9.4-r2 apk
|
coreutils-sha512sum 9.4-r2 apk
|
||||||
cryptography 42.0.5 python
|
cryptography 42.0.7 python
|
||||||
curl 8.5.0-r0 apk
|
curl 8.5.0-r0 apk
|
||||||
dataclasses-json 0.5.14 python
|
dataclasses-json 0.5.14 python
|
||||||
distro 1.9.0 python
|
distro 1.9.0 python
|
||||||
dns-lexicon 3.17.0 python
|
dns-lexicon 3.17.0 python
|
||||||
dnslib 0.9.24 python
|
dnslib 0.9.24 python
|
||||||
dnspython 2.6.1 python
|
dnspython 2.6.1 python
|
||||||
domeneshop 0.4.3 python
|
domeneshop 0.4.4 python
|
||||||
fail2ban 1.0.2 python
|
fail2ban 1.0.2 python
|
||||||
fail2ban 1.0.2-r3 apk
|
fail2ban 1.0.2-r3 apk
|
||||||
fail2ban-pyc 1.0.2-r3 apk
|
fail2ban-pyc 1.0.2-r3 apk
|
||||||
filelock 3.13.3 python
|
filelock 3.14.0 python
|
||||||
|
findutils 4.9.0-r5 apk
|
||||||
fontconfig 2.14.2-r4 apk
|
fontconfig 2.14.2-r4 apk
|
||||||
freetype 2.13.2-r0 apk
|
freetype 2.13.2-r0 apk
|
||||||
future 1.0.0 python
|
future 1.0.0 python
|
||||||
@@ -115,8 +117,8 @@ gnupg-keyboxd 2.4.4-r0 apk
|
|||||||
gnupg-utils 2.4.4-r0 apk
|
gnupg-utils 2.4.4-r0 apk
|
||||||
gnupg-wks-client 2.4.4-r0 apk
|
gnupg-wks-client 2.4.4-r0 apk
|
||||||
gnutls 3.8.4-r0 apk
|
gnutls 3.8.4-r0 apk
|
||||||
google-api-core 2.18.0 python
|
google-api-core 2.19.0 python
|
||||||
google-api-python-client 2.125.0 python
|
google-api-python-client 2.129.0 python
|
||||||
google-auth 2.29.0 python
|
google-auth 2.29.0 python
|
||||||
google-auth-httplib2 0.2.0 python
|
google-auth-httplib2 0.2.0 python
|
||||||
googleapis-common-protos 1.63.0 python
|
googleapis-common-protos 1.63.0 python
|
||||||
@@ -125,18 +127,17 @@ gpg-agent 2.4.4-r0 apk
|
|||||||
gpg-wks-server 2.4.4-r0 apk
|
gpg-wks-server 2.4.4-r0 apk
|
||||||
gpgsm 2.4.4-r0 apk
|
gpgsm 2.4.4-r0 apk
|
||||||
gpgv 2.4.4-r0 apk
|
gpgv 2.4.4-r0 apk
|
||||||
hiredis 1.2.0-r0 apk
|
|
||||||
httplib2 0.22.0 python
|
httplib2 0.22.0 python
|
||||||
icu-data-en 74.1-r0 apk
|
icu-data-en 74.1-r0 apk
|
||||||
icu-libs 74.1-r0 apk
|
icu-libs 74.1-r0 apk
|
||||||
idna 3.6 python
|
idna 3.7 python
|
||||||
iptables 1.8.10-r3 apk
|
iptables 1.8.10-r3 apk
|
||||||
isodate 0.6.1 python
|
isodate 0.6.1 python
|
||||||
jmespath 1.0.1 python
|
jmespath 1.0.1 python
|
||||||
josepy 1.14.0 python
|
josepy 1.14.0 python
|
||||||
jq 1.7.1-r0 apk
|
jq 1.7.1-r0 apk
|
||||||
jsonlines 4.0.0 python
|
jsonlines 4.0.0 python
|
||||||
jsonpickle 3.0.3 python
|
jsonpickle 3.0.4 python
|
||||||
libacl 2.3.1-r4 apk
|
libacl 2.3.1-r4 apk
|
||||||
libassuan 2.5.6-r1 apk
|
libassuan 2.5.6-r1 apk
|
||||||
libattr 2.5.1-r5 apk
|
libattr 2.5.1-r5 apk
|
||||||
@@ -144,7 +145,7 @@ libavif 1.0.3-r0 apk
|
|||||||
libbsd 0.11.7-r3 apk
|
libbsd 0.11.7-r3 apk
|
||||||
libbz2 1.0.8-r6 apk
|
libbz2 1.0.8-r6 apk
|
||||||
libc-utils 0.7.2-r5 apk
|
libc-utils 0.7.2-r5 apk
|
||||||
libcrypto3 3.1.4-r5 apk
|
libcrypto3 3.1.4-r6 apk
|
||||||
libcurl 8.5.0-r0 apk
|
libcurl 8.5.0-r0 apk
|
||||||
libdav1d 1.3.0-r1 apk
|
libdav1d 1.3.0-r1 apk
|
||||||
libedit 20230828.3.1-r3 apk
|
libedit 20230828.3.1-r3 apk
|
||||||
@@ -170,14 +171,14 @@ libncursesw 6.4_p20231125-r0 apk
|
|||||||
libnftnl 1.2.6-r0 apk
|
libnftnl 1.2.6-r0 apk
|
||||||
libpanelw 6.4_p20231125-r0 apk
|
libpanelw 6.4_p20231125-r0 apk
|
||||||
libpng 1.6.40-r0 apk
|
libpng 1.6.40-r0 apk
|
||||||
libpq 16.2-r0 apk
|
libpq 16.2-r1 apk
|
||||||
libproc2 4.0.4-r0 apk
|
libproc2 4.0.4-r0 apk
|
||||||
libsasl 2.1.28-r5 apk
|
libsasl 2.1.28-r5 apk
|
||||||
libseccomp 2.5.5-r0 apk
|
libseccomp 2.5.5-r0 apk
|
||||||
libsharpyuv 1.3.2-r0 apk
|
libsharpyuv 1.3.2-r0 apk
|
||||||
libsm 1.2.4-r3 apk
|
libsm 1.2.4-r3 apk
|
||||||
libsodium 1.0.19-r0 apk
|
libsodium 1.0.19-r0 apk
|
||||||
libssl3 3.1.4-r5 apk
|
libssl3 3.1.4-r6 apk
|
||||||
libstdc++ 13.2.1_git20231014-r0 apk
|
libstdc++ 13.2.1_git20231014-r0 apk
|
||||||
libtasn1 4.19.0-r2 apk
|
libtasn1 4.19.0-r2 apk
|
||||||
libunistring 1.1-r2 apk
|
libunistring 1.1-r2 apk
|
||||||
@@ -199,7 +200,7 @@ logrotate 3.21.0-r1 apk
|
|||||||
loopialib 0.2.0 python
|
loopialib 0.2.0 python
|
||||||
lxml 5.2.1 python
|
lxml 5.2.1 python
|
||||||
lz4-libs 1.9.4-r5 apk
|
lz4-libs 1.9.4-r5 apk
|
||||||
marshmallow 3.21.1 python
|
marshmallow 3.21.2 python
|
||||||
memcached 1.6.22-r0 apk
|
memcached 1.6.22-r0 apk
|
||||||
mock 5.1.0 python
|
mock 5.1.0 python
|
||||||
mpdecimal 2.5.1-r2 apk
|
mpdecimal 2.5.1-r2 apk
|
||||||
@@ -213,28 +214,28 @@ ncurses-terminfo-base 6.4_p20231125-r0 apk
|
|||||||
netcat-openbsd 1.226-r0 apk
|
netcat-openbsd 1.226-r0 apk
|
||||||
nettle 3.9.1-r0 apk
|
nettle 3.9.1-r0 apk
|
||||||
nghttp2-libs 1.58.0-r0 apk
|
nghttp2-libs 1.58.0-r0 apk
|
||||||
nginx 1.24.0-r15 apk
|
nginx 1.24.0-r16 apk
|
||||||
nginx-mod-devel-kit 1.24.0-r15 apk
|
nginx-mod-devel-kit 1.24.0-r16 apk
|
||||||
nginx-mod-http-brotli 1.24.0-r15 apk
|
nginx-mod-http-brotli 1.24.0-r16 apk
|
||||||
nginx-mod-http-dav-ext 1.24.0-r15 apk
|
nginx-mod-http-dav-ext 1.24.0-r16 apk
|
||||||
nginx-mod-http-echo 1.24.0-r15 apk
|
nginx-mod-http-echo 1.24.0-r16 apk
|
||||||
nginx-mod-http-fancyindex 1.24.0-r15 apk
|
nginx-mod-http-fancyindex 1.24.0-r16 apk
|
||||||
nginx-mod-http-geoip2 1.24.0-r15 apk
|
nginx-mod-http-geoip2 1.24.0-r16 apk
|
||||||
nginx-mod-http-headers-more 1.24.0-r15 apk
|
nginx-mod-http-headers-more 1.24.0-r16 apk
|
||||||
nginx-mod-http-image-filter 1.24.0-r15 apk
|
nginx-mod-http-image-filter 1.24.0-r16 apk
|
||||||
nginx-mod-http-perl 1.24.0-r15 apk
|
nginx-mod-http-perl 1.24.0-r16 apk
|
||||||
nginx-mod-http-redis2 1.24.0-r15 apk
|
nginx-mod-http-redis2 1.24.0-r16 apk
|
||||||
nginx-mod-http-set-misc 1.24.0-r15 apk
|
nginx-mod-http-set-misc 1.24.0-r16 apk
|
||||||
nginx-mod-http-upload-progress 1.24.0-r15 apk
|
nginx-mod-http-upload-progress 1.24.0-r16 apk
|
||||||
nginx-mod-http-xslt-filter 1.24.0-r15 apk
|
nginx-mod-http-xslt-filter 1.24.0-r16 apk
|
||||||
nginx-mod-mail 1.24.0-r15 apk
|
nginx-mod-mail 1.24.0-r16 apk
|
||||||
nginx-mod-rtmp 1.24.0-r15 apk
|
nginx-mod-rtmp 1.24.0-r16 apk
|
||||||
nginx-mod-stream 1.24.0-r15 apk
|
nginx-mod-stream 1.24.0-r16 apk
|
||||||
nginx-mod-stream-geoip2 1.24.0-r15 apk
|
nginx-mod-stream-geoip2 1.24.0-r16 apk
|
||||||
nginx-vim 1.24.0-r15 apk
|
nginx-vim 1.24.0-r16 apk
|
||||||
npth 1.6-r4 apk
|
npth 1.6-r4 apk
|
||||||
oniguruma 6.9.9-r0 apk
|
oniguruma 6.9.9-r0 apk
|
||||||
openssl 3.1.4-r5 apk
|
openssl 3.1.4-r6 apk
|
||||||
p11-kit 0.25.3-r0 apk
|
p11-kit 0.25.3-r0 apk
|
||||||
packaging 24.0 python
|
packaging 24.0 python
|
||||||
parsedatetime 2.6 python
|
parsedatetime 2.6 python
|
||||||
@@ -243,55 +244,55 @@ pcre2 10.42-r2 apk
|
|||||||
perl 5.38.2-r0 apk
|
perl 5.38.2-r0 apk
|
||||||
perl-error 0.17029-r2 apk
|
perl-error 0.17029-r2 apk
|
||||||
perl-git 2.43.0-r0 apk
|
perl-git 2.43.0-r0 apk
|
||||||
php83 8.3.4-r0 apk
|
php83 8.3.7-r0 apk
|
||||||
php83-bcmath 8.3.4-r0 apk
|
php83-bcmath 8.3.7-r0 apk
|
||||||
php83-bz2 8.3.4-r0 apk
|
php83-bz2 8.3.7-r0 apk
|
||||||
php83-common 8.3.4-r0 apk
|
php83-common 8.3.7-r0 apk
|
||||||
php83-ctype 8.3.4-r0 apk
|
php83-ctype 8.3.7-r0 apk
|
||||||
php83-curl 8.3.4-r0 apk
|
php83-curl 8.3.7-r0 apk
|
||||||
php83-dom 8.3.4-r0 apk
|
php83-dom 8.3.7-r0 apk
|
||||||
php83-exif 8.3.4-r0 apk
|
php83-exif 8.3.7-r0 apk
|
||||||
php83-fileinfo 8.3.4-r0 apk
|
php83-fileinfo 8.3.7-r0 apk
|
||||||
php83-fpm 8.3.4-r0 apk
|
php83-fpm 8.3.7-r0 apk
|
||||||
php83-ftp 8.3.4-r0 apk
|
php83-ftp 8.3.7-r0 apk
|
||||||
php83-gd 8.3.4-r0 apk
|
php83-gd 8.3.7-r0 apk
|
||||||
php83-gmp 8.3.4-r0 apk
|
php83-gmp 8.3.7-r0 apk
|
||||||
php83-iconv 8.3.4-r0 apk
|
php83-iconv 8.3.7-r0 apk
|
||||||
php83-imap 8.3.4-r0 apk
|
php83-imap 8.3.7-r0 apk
|
||||||
php83-intl 8.3.4-r0 apk
|
php83-intl 8.3.7-r0 apk
|
||||||
php83-ldap 8.3.4-r0 apk
|
php83-ldap 8.3.7-r0 apk
|
||||||
php83-mbstring 8.3.4-r0 apk
|
php83-mbstring 8.3.7-r0 apk
|
||||||
php83-mysqli 8.3.4-r0 apk
|
php83-mysqli 8.3.7-r0 apk
|
||||||
php83-mysqlnd 8.3.4-r0 apk
|
php83-mysqlnd 8.3.7-r0 apk
|
||||||
php83-opcache 8.3.4-r0 apk
|
php83-opcache 8.3.7-r0 apk
|
||||||
php83-openssl 8.3.4-r0 apk
|
php83-openssl 8.3.7-r0 apk
|
||||||
php83-pdo 8.3.4-r0 apk
|
php83-pdo 8.3.7-r0 apk
|
||||||
php83-pdo_mysql 8.3.4-r0 apk
|
php83-pdo_mysql 8.3.7-r0 apk
|
||||||
php83-pdo_odbc 8.3.4-r0 apk
|
php83-pdo_odbc 8.3.7-r0 apk
|
||||||
php83-pdo_pgsql 8.3.4-r0 apk
|
php83-pdo_pgsql 8.3.7-r0 apk
|
||||||
php83-pdo_sqlite 8.3.4-r0 apk
|
php83-pdo_sqlite 8.3.7-r0 apk
|
||||||
php83-pear 8.3.4-r0 apk
|
php83-pear 8.3.7-r0 apk
|
||||||
php83-pecl-apcu 5.1.23-r0 apk
|
php83-pecl-apcu 5.1.23-r0 apk
|
||||||
php83-pecl-igbinary 3.2.15-r0 apk
|
php83-pecl-igbinary 3.2.15-r0 apk
|
||||||
php83-pecl-mcrypt 1.0.7-r0 apk
|
php83-pecl-mcrypt 1.0.7-r0 apk
|
||||||
php83-pecl-memcached 3.2.0-r0 apk
|
php83-pecl-memcached 3.2.0-r0 apk
|
||||||
php83-pecl-msgpack 2.2.0-r1 apk
|
php83-pecl-msgpack 2.2.0-r1 apk
|
||||||
php83-pecl-redis 6.0.2-r0 apk
|
php83-pecl-redis 6.0.2-r0 apk
|
||||||
php83-pgsql 8.3.4-r0 apk
|
php83-pgsql 8.3.7-r0 apk
|
||||||
php83-phar 8.3.4-r0 apk
|
php83-phar 8.3.7-r0 apk
|
||||||
php83-posix 8.3.4-r0 apk
|
php83-posix 8.3.7-r0 apk
|
||||||
php83-session 8.3.4-r0 apk
|
php83-session 8.3.7-r0 apk
|
||||||
php83-simplexml 8.3.4-r0 apk
|
php83-simplexml 8.3.7-r0 apk
|
||||||
php83-soap 8.3.4-r0 apk
|
php83-soap 8.3.7-r0 apk
|
||||||
php83-sockets 8.3.4-r0 apk
|
php83-sockets 8.3.7-r0 apk
|
||||||
php83-sodium 8.3.4-r0 apk
|
php83-sodium 8.3.7-r0 apk
|
||||||
php83-sqlite3 8.3.4-r0 apk
|
php83-sqlite3 8.3.7-r0 apk
|
||||||
php83-tokenizer 8.3.4-r0 apk
|
php83-tokenizer 8.3.7-r0 apk
|
||||||
php83-xml 8.3.4-r0 apk
|
php83-xml 8.3.7-r0 apk
|
||||||
php83-xmlreader 8.3.4-r0 apk
|
php83-xmlreader 8.3.7-r0 apk
|
||||||
php83-xmlwriter 8.3.4-r0 apk
|
php83-xmlwriter 8.3.7-r0 apk
|
||||||
php83-xsl 8.3.4-r0 apk
|
php83-xsl 8.3.7-r0 apk
|
||||||
php83-zip 8.3.4-r0 apk
|
php83-zip 8.3.7-r0 apk
|
||||||
pinentry 1.2.1-r1 apk
|
pinentry 1.2.1-r1 apk
|
||||||
pip 24.0 python
|
pip 24.0 python
|
||||||
pkb-client 1.2 python
|
pkb-client 1.2 python
|
||||||
@@ -306,16 +307,16 @@ pyRFC3339 1.1 python
|
|||||||
pyacmedns 0.4 python
|
pyacmedns 0.4 python
|
||||||
pyasn1 0.6.0 python
|
pyasn1 0.6.0 python
|
||||||
pyasn1_modules 0.4.0 python
|
pyasn1_modules 0.4.0 python
|
||||||
pyc 3.11.8-r0 apk
|
pyc 3.11.9-r0 apk
|
||||||
pycparser 2.22 python
|
pycparser 2.22 python
|
||||||
pyotp 2.9.0 python
|
pyotp 2.9.0 python
|
||||||
pyparsing 3.1.2 python
|
pyparsing 3.1.2 python
|
||||||
python-dateutil 2.9.0.post0 python
|
python-dateutil 2.9.0.post0 python
|
||||||
python-digitalocean 1.17.0 python
|
python-digitalocean 1.17.0 python
|
||||||
python-transip 0.6.0 python
|
python-transip 0.6.0 python
|
||||||
python3 3.11.8-r0 apk
|
python3 3.11.9-r0 apk
|
||||||
python3-pyc 3.11.8-r0 apk
|
python3-pyc 3.11.9-r0 apk
|
||||||
python3-pycache-pyc0 3.11.8-r0 apk
|
python3-pycache-pyc0 3.11.9-r0 apk
|
||||||
pytz 2024.1 python
|
pytz 2024.1 python
|
||||||
readline 8.2.1-r2 apk
|
readline 8.2.1-r2 apk
|
||||||
requests 2.31.0 python
|
requests 2.31.0 python
|
||||||
@@ -334,7 +335,7 @@ ssl_client 1.36.1-r15 apk
|
|||||||
tiff 4.6.0-r0 apk
|
tiff 4.6.0-r0 apk
|
||||||
tldextract 5.1.2 python
|
tldextract 5.1.2 python
|
||||||
typing-inspect 0.9.0 python
|
typing-inspect 0.9.0 python
|
||||||
typing_extensions 4.10.0 python
|
typing_extensions 4.11.0 python
|
||||||
tzdata 2024a-r0 apk
|
tzdata 2024a-r0 apk
|
||||||
unixodbc 2.3.12-r0 apk
|
unixodbc 2.3.12-r0 apk
|
||||||
uritemplate 4.1.1 python
|
uritemplate 4.1.1 python
|
||||||
@@ -344,5 +345,5 @@ wheel 0.43.0 python
|
|||||||
whois 5.5.20-r0 apk
|
whois 5.5.20-r0 apk
|
||||||
xz-libs 5.4.5-r0 apk
|
xz-libs 5.4.5-r0 apk
|
||||||
zlib 1.3.1-r0 apk
|
zlib 1.3.1-r0 apk
|
||||||
zope.interface 6.2 python
|
zope.interface 6.3 python
|
||||||
zstd-libs 1.5.5-r8 apk
|
zstd-libs 1.5.5-r8 apk
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ if [[ -d /defaults/nginx/proxy-confs/ ]]; then
|
|||||||
-maxdepth 1 \
|
-maxdepth 1 \
|
||||||
-name "*.conf.sample" \
|
-name "*.conf.sample" \
|
||||||
-type f \
|
-type f \
|
||||||
-exec cp "{}" /config/nginx/proxy-confs/ +
|
-exec cp "{}" /config/nginx/proxy-confs/ \;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user