Compare commits

...

4 Commits

Author SHA1 Message Date
LinuxServer-CI
be30ceb6eb Bot Updating Package Versions 2022-11-13 15:09:56 -06:00
KodeStar
7a91906018 Add pgsql and mysql to development as well 2022-11-13 21:07:23 +00:00
LinuxServer-CI
05fecdd442 Bot Updating Package Versions 2022-11-11 14:48:54 -06:00
LinuxServer-CI
663006ff26 Bot Updating Templated Files 2022-11-11 21:46:12 +01:00
3 changed files with 29 additions and 16 deletions

View File

@@ -48,8 +48,12 @@ jobs:
| jq -r '.config.digest')
image_info=$(curl -sL \
--header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/${image}/blobs/${digest}" \
| jq -r '.container_config')
"https://ghcr.io/v2/${image}/blobs/${digest}")
if [[ $(echo $image_info | jq -r '.container_config') == "null" ]]; then
image_info=$(echo $image_info | jq -r '.config')
else
image_info=$(echo $image_info | jq -r '.container_config')
fi
IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}')
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
if [ -z "${IMAGE_VERSION}" ]; then

View File

@@ -15,7 +15,9 @@ RUN \
apk add --no-cache \
curl \
php7-ctype \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pdo_mysql \
php7-tokenizer \
php7-zip && \
echo "**** install heimdall ****" && \

View File

@@ -13,20 +13,24 @@ ca-certificates-bundle-20220614-r0
coreutils-8.32-r2
curl-7.79.1-r3
expat-2.5.0-r0
gdbm-1.19-r0
git-2.32.4-r0
libacl-2.2.53-r0
libattr-2.5.1-r0
libc-utils-0.7.2-r3
libcrypto1.1-1.1.1q-r0
libcrypto1.1-1.1.1s-r0
libcurl-7.79.1-r3
libedit-20210216.3.1-r0
libintl-0.21-r0
libldap-2.4.58-r0
libmagic-5.40-r1
libpq-13.8-r0
libproc-3.3.17-r0
libressl3.3-libcrypto-3.3.6-r0
libressl3.3-libssl-3.3.6-r0
libretls-3.3.3p1-r3
libssl1.1-1.1.1q-r0
libsasl-2.1.28-r0
libssl1.1-1.1.1s-r0
libuuid-2.37.4-r0
libxml2-2.9.14-r2
libzip-1.7.3-r2
@@ -43,21 +47,24 @@ oniguruma-6.9.7.1-r0
openssl-1.1.1s-r0
pcre-8.44-r0
pcre2-10.36-r1
php7-7.4.32-r0
php7-common-7.4.32-r0
php7-7.4.33-r0
php7-common-7.4.33-r0
php7-ctype-7.4.33-r0
php7-fileinfo-7.4.32-r0
php7-fpm-7.4.32-r0
php7-json-7.4.32-r0
php7-mbstring-7.4.32-r0
php7-openssl-7.4.32-r0
php7-fileinfo-7.4.33-r0
php7-fpm-7.4.33-r0
php7-json-7.4.33-r0
php7-mbstring-7.4.33-r0
php7-mysqlnd-7.4.33-r0
php7-openssl-7.4.33-r0
php7-pdo-7.4.33-r0
php7-pdo_mysql-7.4.33-r0
php7-pdo_pgsql-7.4.33-r0
php7-pdo_sqlite-7.4.33-r0
php7-session-7.4.32-r0
php7-simplexml-7.4.32-r0
php7-session-7.4.33-r0
php7-simplexml-7.4.33-r0
php7-tokenizer-7.4.33-r0
php7-xml-7.4.32-r0
php7-xmlwriter-7.4.32-r0
php7-xml-7.4.33-r0
php7-xmlwriter-7.4.33-r0
php7-zip-7.4.33-r0
popt-1.18-r0
procps-3.3.17-r0
@@ -68,7 +75,7 @@ shadow-4.8.1-r0
skalibs-2.10.0.3-r0
sqlite-libs-3.35.5-r0
ssl_client-1.33.1-r8
tzdata-2022c-r0
tzdata-2022f-r1
utmps-0.1.0.2-r0
xz-5.2.5-r1
xz-libs-5.2.5-r1