Compare commits

...

3 Commits

Author SHA1 Message Date
LinuxServer-CI
d457f2be3f Bot Updating Package Versions 2022-11-13 02:05:38 -06:00
LinuxServer-CI
3e30842078 Bot Updating Templated Files 2022-11-13 01:57:15 -06:00
LinuxServer-CI
069e3aa6d1 Bot Updating Package Versions 2022-10-09 03:02:03 -05:00
2 changed files with 11 additions and 7 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

@@ -12,12 +12,12 @@ curl-7.79.1-r3
libacl-2.2.53-r0
libattr-2.4.48-r0
libc-utils-0.7.2-r3
libcrypto1.1-1.1.1q-r0
libcrypto1.1-1.1.1s-r0
libcurl-7.79.1-r3
libgcc-10.2.1_pre1-r3
libintl-0.20.2-r2
libproc-3.3.16-r0
libssl1.1-1.1.1q-r0
libssl1.1-1.1.1s-r0
libstdc++-10.2.1_pre1-r3
libtls-standalone-2.9.1-r1
linux-pam-1.5.1-r0
@@ -26,8 +26,8 @@ musl-utils-1.2.2-r1
ncurses-libs-6.2_p20210109-r1
ncurses-terminfo-base-6.2_p20210109-r1
nghttp2-libs-1.42.0-r1
nodejs-14.20.0-r0
npm-14.20.0-r0
nodejs-14.20.1-r0
npm-14.20.1-r0
procps-3.3.16-r0
readline-8.1.0-r0
s6-ipcserver-2.10.0.0-r0
@@ -35,7 +35,7 @@ scanelf-1.2.8-r0
shadow-4.8.1-r0
skalibs-2.10.0.0-r0
ssl_client-1.32.1-r9
tzdata-2022c-r0
tzdata-2022f-r1
utmps-0.1.0.0-r0
xz-5.2.5-r1
xz-libs-5.2.5-r1